PhpParser\Parser\Php7::reduceRule401 PHP Method

reduceRule401() protected method

protected reduceRule401 ( )
    protected function reduceRule401() {
         $attrs = $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes; $attrs['kind'] = Expr\Array_::KIND_SHORT;
            $this->semValue = new Expr\Array_($this->semStack[$this->stackPos-(3-2)], $attrs);
    }
Php7