PhpMigration\Changes\v7dot0\SwitchMultipleDefaults::enterNode PHP Method

enterNode() public method

public enterNode ( $node )
    public function enterNode($node)
    {
        if ($node instanceof Stmt\Switch_) {
            $this->currentSwitch = $node;
            $this->hasDefault = false;
        }
    }
SwitchMultipleDefaults