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 2dc4f9d commit d84735fCopy full SHA for d84735f
PropertyPathInterface.php
@@ -20,7 +20,7 @@
20
*
21
* @extends \Traversable<int, string>
22
*/
23
-interface PropertyPathInterface extends \Traversable
+interface PropertyPathInterface extends \Traversable, \Stringable
24
{
25
/**
26
* Returns the string representation of the property path.
0 commit comments