Skip to content

Commit f601f88

Browse files
committed
Fix declaration to be same as parentClass
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
1 parent 9da8598 commit f601f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/CaseExpression.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function __construct()
7777
*
7878
* @return Expression
7979
*/
80-
public static function parse(Parser $parser, TokensList $list)
80+
public static function parse(Parser $parser, TokensList $list, array $options = array())
8181
{
8282
$ret = new CaseExpression();
8383

0 commit comments

Comments
 (0)