Skip to content

Commit 5146de9

Browse files
committed
CS fixes
1 parent 241746d commit 5146de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parser/TokenStream.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function getNext()
100100
throw new InternalErrorException('Unexpected token stream end.');
101101
}
102102

103-
return $this->tokens[$this->cursor ++];
103+
return $this->tokens[$this->cursor++];
104104
}
105105

106106
/**

0 commit comments

Comments
 (0)