@@ -105,7 +105,7 @@ |
||
105 | 105 | if (is_object($node)) { |
106 | 106 | $match = array_shift($matches); |
107 | 107 | if (property_exists($node, $match)) { |
108 | - if(count($matches) === 0 && isset($node->$match)) { |
|
108 | + if (count($matches) === 0 && isset($node->$match)) { |
|
109 | 109 | $this->founds[] = $node->$match; |
110 | 110 | |
111 | 111 | return; |