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

Commit

Permalink
Fixes @return DefaultRenderingStrategy typo at HttpDefaultRenderingSt…
Browse files Browse the repository at this point in the history
…rategyFactory
  • Loading branch information
samsonasik committed Apr 29, 2017
1 parent 2c64d2e commit 4116803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Service/HttpDefaultRenderingStrategyFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand All @@ -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)
Expand Down

0 comments on commit 4116803

Please sign in to comment.