diff --git a/Extractor/HandlerInterface.php b/Extractor/HandlerInterface.php index 37a5e74..60ed166 100644 --- a/Extractor/HandlerInterface.php +++ b/Extractor/HandlerInterface.php @@ -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); }