Skip to content

Commit dd729a9

Browse files
committed
Remove empty constructor
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
1 parent 9e99de5 commit dd729a9

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)