mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Fixed phpdoc
This commit is contained in:
parent
378f21ec10
commit
84ad827c89
@ -28,7 +28,7 @@ class ApiDocExtractor
|
||||
private $container;
|
||||
|
||||
/**
|
||||
* @var \ymfony\Component\Routing\RouterInterface
|
||||
* @var \Symfony\Component\Routing\RouterInterface
|
||||
*/
|
||||
private $router;
|
||||
|
||||
@ -116,7 +116,7 @@ class ApiDocExtractor
|
||||
* Returns the ReflectionMethod for the given controller string
|
||||
*
|
||||
* @param string $controller
|
||||
* @return ReflectionMethod|null
|
||||
* @return \ReflectionMethod|null
|
||||
*/
|
||||
public function getReflectionMethod($controller)
|
||||
{
|
||||
@ -174,7 +174,7 @@ class ApiDocExtractor
|
||||
*
|
||||
* @param ApiDoc $annotation
|
||||
* @param Route $route
|
||||
* @param ReflectionMethod $method
|
||||
* @param \ReflectionMethod $method
|
||||
* @return array
|
||||
*/
|
||||
protected function getData(ApiDoc $annotation, Route $route, \ReflectionMethod $method)
|
||||
|
Loading…
x
Reference in New Issue
Block a user