Skip to content

Commit 870791a

Browse files
committed
Align array values
split: a18b4ad4e022a9c90bdfebebede2cbb8a1f052cb
1 parent 4cb58ba commit 870791a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Parser/State.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -649,11 +649,11 @@ public function throwException($message, $code = 0, TokenInterface $relatedToken
649649
throw new ParserException(
650650
$location,
651651
ParserException::message($message, [
652-
'path' => $location->getPath(),
653-
'near' => $lexer->hasState()
652+
'path' => $location->getPath(),
653+
'near' => $lexer->hasState()
654654
? $lexer->getState()->getReader()->peek(20)
655655
: '[No clue]',
656-
'line' => $location->getLine(),
656+
'line' => $location->getLine(),
657657
'offset' => $location->getOffset(),
658658
]),
659659
$code,

0 commit comments

Comments
 (0)