Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
  • Loading branch information
MauricioFauth committed Dec 14, 2019
1 parent 1c24c3b commit 4c945b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Components/CaseExpression.php
Expand Up @@ -216,7 +216,7 @@ public static function parse(Parser $parser, TokensList $list, array $options =
if ($token->type === Token::TYPE_DELIMITER) {
break;
}

// Skipping whitespaces and comments.
if (($token->type === Token::TYPE_WHITESPACE)
|| ($token->type === Token::TYPE_COMMENT)
Expand Down
2 changes: 1 addition & 1 deletion src/Components/CreateDefinition.php
Expand Up @@ -84,7 +84,7 @@ class CreateDefinition extends Component
12,
'expr',
['parenthesesDelimited' => true],
]
],
// Common entries.
//
// NOTE: Some of the common options are not in the same order which
Expand Down

0 comments on commit 4c945b8

Please sign in to comment.