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

extractAnnotation() protected method

protected extractAnnotation ( ) : string
return string
    protected function extractAnnotation()
    {
        $reflection = $this->getActionReflection();
        if (!is_null($reflection)) {
            return $reflection->getDocComment();
        }
        return '';
    }