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