Skip to content

Commit 54880c1

Browse files
committed
[PropertyAccess] Add @method phpdoc tag for isWildcard
1 parent e7fa1b1 commit 54880c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/PropertyAccess/PropertyPathInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
*
1717
* @author Bernhard Schussek <bschussek@gmail.com>
1818
*
19+
* @method bool isWildcard(int $index) Returns whether the element at the given index is wildcard. Not implementing it is deprecated since Symfony 7.1
20+
*
1921
* @extends \Traversable<int, string>
2022
*/
2123
interface PropertyPathInterface extends \Traversable, \Stringable

0 commit comments

Comments
 (0)