Skip to content

Commit 25ef6e1

Browse files
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
1 parent ba296bd commit 25ef6e1

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
@@ -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)