We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa36e1 commit 2c05860Copy full SHA for 2c05860
src/Parser/TokenIterator.php
@@ -24,9 +24,7 @@ class TokenIterator
24
private $savePoints = [];
25
26
/** @var list<int> */
27
- private $skippedTokenTypes = [
28
- Lexer::TOKEN_HORIZONTAL_WS,
29
- ];
+ private $skippedTokenTypes = [Lexer::TOKEN_HORIZONTAL_WS];
30
31
/** @var string|null */
32
private $newline = null;
@@ -305,11 +303,6 @@ public function rollback(): void
305
303
$this->index = $index;
306
304
}
307
308
-// public function popCurrentToken(): array {
309
-// $this->tokens = array_splice($this->)
310
-// }
311
-
312
313
/**
314
* @throws ParserException
315
*/
0 commit comments