Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 4116803

Browse files
committed
Fixes @return DefaultRenderingStrategy typo at HttpDefaultRenderingStrategyFactory
1 parent 2c64d2e commit 4116803

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Service/HttpDefaultRenderingStrategyFactory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function __invoke(ContainerInterface $container, $name, array $options =
4141
* For use with zend-servicemanager v2; proxies to __invoke().
4242
*
4343
* @param ServiceLocatorInterface $container
44-
* @return DefaultRendererStrategy
44+
* @return DefaultRenderingStrategy
4545
*/
4646
public function createService(ServiceLocatorInterface $container)
4747
{
@@ -53,7 +53,7 @@ public function createService(ServiceLocatorInterface $container)
5353
*
5454
* Uses layout template from configuration; if none available, defaults to "layout/layout".
5555
*
56-
* @param DefaultRendererStrategy $strategy
56+
* @param DefaultRenderingStrategy $strategy
5757
* @param array $config
5858
*/
5959
private function injectLayoutTemplate(DefaultRenderingStrategy $strategy, array $config)

0 commit comments

Comments
 (0)