Skip to content

Commit

Permalink
Use Stringable interface as much as possible
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored and fabpot committed Jul 30, 2023
1 parent 2dc4f9d commit d84735f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PropertyPathInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*
* @extends \Traversable<int, string>
*/
interface PropertyPathInterface extends \Traversable
interface PropertyPathInterface extends \Traversable, \Stringable
{
/**
* Returns the string representation of the property path.
Expand Down

0 comments on commit d84735f

Please sign in to comment.