mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +03:00
commit
d641bbf32f
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue