diff options
Diffstat (limited to 'src/Statement.php')
-rw-r--r-- | src/Statement.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Statement.php b/src/Statement.php index 277942d..5e15d1e 100644 --- a/src/Statement.php +++ b/src/Statement.php @@ -248,10 +248,7 @@ abstract class Statement } elseif ($class === null) { // There is no parser for this keyword and isn't the beginning // of a statement (so no options) either. - $parser->error( - 'Unrecognized keyword.', - $token - ); + $parser->error('Unrecognized keyword.', $token); continue; } |