Skip to content

Commit 02a5528

Browse files
committed
Formatting cleanup.
1 parent bc4e502 commit 02a5528

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PHPSQLParser/lexer/PHPSQLLexer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function split($sql) {
8585
throw new InvalidParameterException($sql);
8686
}
8787

88-
$tokens = preg_split($this->splitters->getSplittersRegexPattern(), $sql, null, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY );
88+
$tokens = preg_split($this->splitters->getSplittersRegexPattern(), $sql, null, PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_NO_EMPTY);
8989

9090
$tokens = $this->concatEscapeSequences($tokens);
9191
$tokens = $this->balanceBackticks($tokens);

0 commit comments

Comments
 (0)