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 e7fa1b1 commit 54880c1Copy full SHA for 54880c1
src/Symfony/Component/PropertyAccess/PropertyPathInterface.php
@@ -16,6 +16,8 @@
16
*
17
* @author Bernhard Schussek <bschussek@gmail.com>
18
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
+ *
21
* @extends \Traversable<int, string>
22
*/
23
interface PropertyPathInterface extends \Traversable, \Stringable
0 commit comments