We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b145059 commit 2517f54Copy full SHA for 2517f54
src/Instantiator.php
@@ -26,7 +26,7 @@ final class Instantiator
26
/** @var bool */
27
private $alwaysForceProperties = false;
28
29
- /** @var array */
+ /** @var string[] */
30
private $forceProperties = [];
31
32
public function __invoke(array $attributes, string $class): object
0 commit comments