Skip to content

Commit e81953a

Browse files
committed
Merge #456 - Remove empty constructor
Pull-request: #456 Signed-off-by: William Desportes <williamdes@wdes.fr>
2 parents 568e3c8 + dd729a9 commit e81953a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/Components/CaseExpression.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ final class CaseExpression implements Component
6666
*/
6767
public $expr = '';
6868

69-
public function __construct()
70-
{
71-
}
72-
7369
/**
7470
* @param Parser $parser the parser that serves as context
7571
* @param TokensList $list the list of tokens that are being parsed

0 commit comments

Comments
 (0)