We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 915f596 commit 2241460Copy full SHA for 2241460
Attribute/Autoconfigure.php
@@ -29,7 +29,7 @@ public function __construct(
29
public ?bool $autowire = null,
30
public ?array $properties = null,
31
public array|string|null $configurator = null,
32
- public string|null $constructor = null,
+ public ?string $constructor = null,
33
) {
34
}
35
0 commit comments