@@ -91,9 +91,9 @@ discard block |
||
| 91 | 91 | } |
| 92 | 92 | |
| 93 | 93 | /** |
| 94 | - * @param \Zend\Mvc\Router\RouteInterface $httpRoute |
|
| 94 | + * @param \Zend\Mvc\Router\RouteInterface $httpRouter |
|
| 95 | 95 | * |
| 96 | - * @return Renderer |
|
| 96 | + * @return GeolocationRenderer |
|
| 97 | 97 | */ |
| 98 | 98 | public function setHttpRouter(RouteInterface $httpRouter) |
| 99 | 99 | { |
@@ -113,7 +113,7 @@ discard block |
||
| 113 | 113 | /** |
| 114 | 114 | * @param \Zend\StdLib\AbstractOptions $options |
| 115 | 115 | * |
| 116 | - * @return Renderer |
|
| 116 | + * @return GeolocationRenderer |
|
| 117 | 117 | */ |
| 118 | 118 | public function setOptions(AbstractOptions $options = null) |
| 119 | 119 | { |
@@ -40,9 +40,8 @@ |
||
| 40 | 40 | /** |
| 41 | 41 | * Create service |
| 42 | 42 | * |
| 43 | - * @param ServiceLocatorInterface $serviceLocator |
|
| 44 | 43 | * |
| 45 | - * @return \OrgHeiglGeolocation\Renderer\GeolocationRenderer |
|
| 44 | + * @return GeolocationRenderer |
|
| 46 | 45 | */ |
| 47 | 46 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null) |
| 48 | 47 | { |