Skip to content

Commit 388a7f3

Browse files
Merge branch '6.4' into 7.0
* 6.4: [Messenger] Fix requiring symfony/deprecation-contracts [AssetMapper] Warn of missing or incompat dependencies Added missing Uzbek translations. [Messenger] [Sqs] Add `AddFifoStamp` middleware DX: nullable_type_declaration [HtmlSanitizer] Add support for sanitizing unlimited length of HTML document [Validator] Add missing Finnish translations [FrameworkBundle][Routing][Translation][Workflow] Move some compiler passes from FrameworkBundle to components
2 parents cdce94d + 2241460 commit 388a7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Attribute/Autoconfigure.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function __construct(
2929
public ?bool $autowire = null,
3030
public ?array $properties = null,
3131
public array|string|null $configurator = null,
32-
public string|null $constructor = null,
32+
public ?string $constructor = null,
3333
) {
3434
}
3535
}

0 commit comments

Comments
 (0)