Skip to content

Commit 5ea1726

Browse files
committed
Remove a trailing whitespace
phpcs did not notice.. Signed-off-by: William Desportes <[email protected]>
1 parent 5876ece commit 5ea1726

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Statements/CreateStatement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ public function parse(Parser $parser, TokensList $list)
709709
) {
710710
$list->idx = $nextidx;
711711
$this->select = new SelectStatement($parser, $list);
712-
}
712+
}
713713
for (; $list->idx < $list->count; ++$list->idx) {
714714
$token = $list->tokens[$list->idx];
715715
if ($token->type === Token::TYPE_DELIMITER) {

0 commit comments

Comments
 (0)