@@ -15,7 +15,7 @@ discard block |
||
15 | 15 | /** |
16 | 16 | * @var string |
17 | 17 | */ |
18 | - protected $openLiteralRegExp = "\{%[ \t\n\r \v]*literal[ \t\n\r \v]*%\}"; |
|
18 | + protected $openLiteralRegExp = "\{%[ \t\n\r \v]*literal[ \t\n\r \v]*%\}"; |
|
19 | 19 | |
20 | 20 | /** |
21 | 21 | * @var string |
@@ -136,7 +136,7 @@ discard block |
||
136 | 136 | $read = $queue->pop(); |
137 | 137 | |
138 | 138 | $_type = Validator::getValue($read); |
139 | - $_data = $read[1] ?? $read; |
|
139 | + $_data = $read[1] ?? $read; |
|
140 | 140 | |
141 | 141 | if ($_type === \T_OPEN_TAG || $_type === \T_OPEN_TAG_WITH_ECHO || $_type === \T_CLOSE_TAG) |
142 | 142 | { |
@@ -289,7 +289,7 @@ discard block |
||
289 | 289 | } |
290 | 290 | else if ($this->last($last, $data, '.') || $dot) |
291 | 291 | { |
292 | - $dot = !$dot; |
|
292 | + $dot = !$dot; |
|
293 | 293 | $last->token .= $data; |
294 | 294 | |
295 | 295 | continue; |