We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d126e8 commit 3778e81Copy full SHA for 3778e81
PropertyPathIterator.php
@@ -21,7 +21,7 @@
21
*/
22
class PropertyPathIterator extends \ArrayIterator implements PropertyPathIteratorInterface
23
{
24
- protected $path;
+ protected PropertyPathInterface $path;
25
26
public function __construct(PropertyPathInterface $path)
27
0 commit comments