Skip to content

Commit 2517f54

Browse files
authored
[minor] change Instantiator::$forceProperties type-hint (zenstruck#183)
1 parent b145059 commit 2517f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Instantiator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ final class Instantiator
2626
/** @var bool */
2727
private $alwaysForceProperties = false;
2828

29-
/** @var array */
29+
/** @var string[] */
3030
private $forceProperties = [];
3131

3232
public function __invoke(array $attributes, string $class): object

0 commit comments

Comments
 (0)