'string' ]; /** @inheritdoc */ public static $_nested = [ 'Swagger\Annotations\Get' => 'get', 'Swagger\Annotations\Post' => 'post', 'Swagger\Annotations\Put' => 'put', 'Swagger\Annotations\Delete' => 'delete', 'Swagger\Annotations\Patch' => 'patch', 'Swagger\Annotations\Head' => 'head', 'Swagger\Annotations\Options' => 'options', 'Swagger\Annotations\Parameter' => ['parameters'], ]; /** @inheritdoc */ public static $_parents = [ 'Swagger\Annotations\Swagger' ]; }