@@ -184,7 +184,7 @@ |
||
184 | 184 | goto start; |
185 | 185 | } elseif ($char->isWhiteSpace()) { |
186 | 186 | return; |
187 | - } else { |
|
187 | + } else { |
|
188 | 188 | throw new SyntaxErrorException($this->stream); |
189 | 189 | } |
190 | 190 | } |