Skip to content

Commit 784000c

Browse files
committed
ObjectBuilder parse error
1 parent b90ee8b commit 784000c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Container/ObjectBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class ObjectBuilder
6363
];
6464

6565
/** @var Container */
66-
private Container $container;
66+
private $container;
6767

6868
/** @var bool */
6969
private $useGetType = true; // php 7.0+ - Use this property to unit test legacy method of getting types

0 commit comments

Comments
 (0)