Skip to content

Commit

Permalink
Scrutinizer Auto-Fixes
Browse files Browse the repository at this point in the history
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
  • Loading branch information
scrutinizer-auto-fixer committed Feb 6, 2017
1 parent ba296bd commit 25ef6e1
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
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function __construct()
* @param Parser $parser the parser that serves as context
* @param TokensList $list the list of tokens that are being parsed
*
* @return Expression
* @return CaseExpression
*/
public static function parse(Parser $parser, TokensList $list, array $options = array())
{
Expand Down
2 changes: 1 addition & 1 deletion src/Statements/SetStatement.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class SetStatement extends Statement
* @var array
*/
public static $CLAUSES = array(
'SET' => array('SET', 3),
'SET' => array('SET', 3),
);

/**
Expand Down

0 comments on commit 25ef6e1

Please sign in to comment.