We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90ee8b commit 784000cCopy full SHA for 784000c
1 file changed
src/Container/ObjectBuilder.php
@@ -63,7 +63,7 @@ class ObjectBuilder
63
];
64
65
/** @var Container */
66
- private Container $container;
+ private $container;
67
68
/** @var bool */
69
private $useGetType = true; // php 7.0+ - Use this property to unit test legacy method of getting types
0 commit comments