Skip to content

Commit 4c945b8

Browse files
committed
Remove trailing whitespace
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
1 parent 1c24c3b commit 4c945b8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Components/CaseExpression.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ public static function parse(Parser $parser, TokensList $list, array $options =
216216
if ($token->type === Token::TYPE_DELIMITER) {
217217
break;
218218
}
219-
219+
220220
// Skipping whitespaces and comments.
221221
if (($token->type === Token::TYPE_WHITESPACE)
222222
|| ($token->type === Token::TYPE_COMMENT)

src/Components/CreateDefinition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class CreateDefinition extends Component
8484
12,
8585
'expr',
8686
['parenthesesDelimited' => true],
87-
]
87+
],
8888
// Common entries.
8989
//
9090
// NOTE: Some of the common options are not in the same order which

0 commit comments

Comments
 (0)