PhpParser\Parser\Php5::reduceRule378 PHP Method

reduceRule378() protected method

protected reduceRule378 ( )
    protected function reduceRule378() {
         $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);
    }
Php5