Skip to content

Commit d84735f

Browse files
VincentLangletfabpot
authored andcommitted
Use Stringable interface as much as possible
1 parent 2dc4f9d commit d84735f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PropertyPathInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @extends \Traversable<int, string>
2222
*/
23-
interface PropertyPathInterface extends \Traversable
23+
interface PropertyPathInterface extends \Traversable, \Stringable
2424
{
2525
/**
2626
* Returns the string representation of the property path.

0 commit comments

Comments
 (0)