@@ -94,7 +94,7 @@ |
||
94 | 94 | if ($lastResult) { |
95 | 95 | $this->traversing = true; |
96 | 96 | } |
97 | - else if ($this->last === null) { |
|
97 | + else if ($this->last === null) { |
|
98 | 98 | $this->processString(['value' => '.']); |
99 | 99 | $this->result->setMode(Tokenizer::CONCAT); |
100 | 100 | } |