PhpParser\Parser\Php7::reduceRule464 PHP Method

reduceRule464() protected method

protected reduceRule464 ( )
    protected function reduceRule464() {
         $this->semValue = $this->semStack[$this->stackPos-(1-1)]; $end = count($this->semValue)-1; if ($this->semValue[$end] === null) unset($this->semValue[$end]);
    }
Php7