Skip to content

Commit 3778e81

Browse files
Add types to public and protected properties
1 parent 2d126e8 commit 3778e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PropertyPathIterator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222
class PropertyPathIterator extends \ArrayIterator implements PropertyPathIteratorInterface
2323
{
24-
protected $path;
24+
protected PropertyPathInterface $path;
2525

2626
public function __construct(PropertyPathInterface $path)
2727
{

0 commit comments

Comments
 (0)