Skip to content

Commit 2241460

Browse files
keradusnicolas-grekas
authored andcommitted
DX: nullable_type_declaration
1 parent 915f596 commit 2241460

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)