Skip to content

Commit bcac15a

Browse files
authored
Merge pull request #133 from nijel/scrutinizer-patch-1
Scrutinizer Auto-Fixes
2 parents 39a522e + 25ef6e1 commit bcac15a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Components/CaseExpression.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function __construct()
6666
* @param Parser $parser the parser that serves as context
6767
* @param TokensList $list the list of tokens that are being parsed
6868
*
69-
* @return Expression
69+
* @return CaseExpression
7070
*/
7171
public static function parse(Parser $parser, TokensList $list, array $options = array())
7272
{

src/Statements/SetStatement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class SetStatement extends Statement
2727
* @var array
2828
*/
2929
public static $CLAUSES = array(
30-
'SET' => array('SET', 3),
30+
'SET' => array('SET', 3),
3131
);
3232

3333
/**

0 commit comments

Comments
 (0)