Asvae\ApiTester\Entities\RouteInfo::getMeta PHP Method

getMeta() protected method

protected getMeta ( ) : array
return array
    protected function getMeta()
    {
        if ($this->addMeta) {
            return ['annotation' => $this->extractAnnotation(), 'formRequest' => $this->extractFormRequest(), 'errors' => $this->errors];
        }
        return [];
    }