diff --git a/src/Service/HttpDefaultRenderingStrategyFactory.php b/src/Service/HttpDefaultRenderingStrategyFactory.php index 329cd0407..45c71c8ce 100644 --- a/src/Service/HttpDefaultRenderingStrategyFactory.php +++ b/src/Service/HttpDefaultRenderingStrategyFactory.php @@ -41,7 +41,7 @@ public function __invoke(ContainerInterface $container, $name, array $options = * For use with zend-servicemanager v2; proxies to __invoke(). * * @param ServiceLocatorInterface $container - * @return DefaultRendererStrategy + * @return DefaultRenderingStrategy */ public function createService(ServiceLocatorInterface $container) { @@ -53,7 +53,7 @@ public function createService(ServiceLocatorInterface $container) * * Uses layout template from configuration; if none available, defaults to "layout/layout". * - * @param DefaultRendererStrategy $strategy + * @param DefaultRenderingStrategy $strategy * @param array $config */ private function injectLayoutTemplate(DefaultRenderingStrategy $strategy, array $config)