mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
commit
d641bbf32f
@ -19,10 +19,10 @@ interface HandlerInterface
|
||||
/**
|
||||
* Parse route parameters in order to populate ApiDoc.
|
||||
*
|
||||
* @param Nelmio\ApiDocBundle\Annotation\ApiDoc $annotation
|
||||
* @param \Nelmio\ApiDocBundle\Annotation\ApiDoc $annotation
|
||||
* @param array $annotations
|
||||
* @param Symfony\Component\Routing\Route $route
|
||||
* @param ReflectionMethod $method
|
||||
* @param \Symfony\Component\Routing\Route $route
|
||||
* @param \ReflectionMethod $method
|
||||
*/
|
||||
public function handle(ApiDoc $annotation, array $annotations, Route $route, \ReflectionMethod $method);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user