Fixed phpstan issue

This commit is contained in:
Jan Böhmer 2026-07-17 00:09:42 +02:00
parent c9a1bb12a5
commit 8161e9af87

View file

@ -78,7 +78,6 @@ class AttachmentSubmitHandler
protected FileTypeFilterTools $filterTools, protected FileTypeFilterTools $filterTools,
protected AttachmentsSettings $settings, protected AttachmentsSettings $settings,
protected readonly SVGSanitizer $SVGSanitizer, protected readonly SVGSanitizer $SVGSanitizer,
private readonly AttachmentsSettings $attachmentsSettings,
#[Autowire(env: "bool:ALLOW_ATTACHMENT_DOWNLOADS_FROM_LOCALNETWORK")] #[Autowire(env: "bool:ALLOW_ATTACHMENT_DOWNLOADS_FROM_LOCALNETWORK")]
private readonly bool $allow_local_network_downloads = false, private readonly bool $allow_local_network_downloads = false,
) )