Skip to content

Commit 5943aa8

Browse files
committed
Small improvement, don't use getters internally
1 parent 706c213 commit 5943aa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Ast/ValuePath.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ public function dump()
5454
{
5555
return [
5656
'ValuePath' => [
57-
$this->getAttributePath()->dump(),
58-
$this->getFilter()->dump(),
57+
$this->attributePath->dump(),
58+
$this->filter->dump(),
5959
],
6060
];
6161
}

0 commit comments

Comments
 (0)