Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/Components/CaseExpression.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ final class CaseExpression implements Component
*/
public $expr = '';

public function __construct()
{
}

/**
* @param Parser $parser the parser that serves as context
* @param TokensList $list the list of tokens that are being parsed
Expand Down