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 5943aa8 commit 967844fCopy full SHA for 967844f
src/Ast/ValuePath.php
@@ -47,7 +47,7 @@ public function getFilter()
47
48
public function __toString()
49
{
50
- return sprintf('%s[%s]', $this->getAttributePath(), $this->getFilter());
+ return sprintf('%s[%s]', $this->attributePath, $this->filter);
51
}
52
53
public function dump()
0 commit comments