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

Commit

Permalink
Merge branch 'hotfix/237' into develop
Browse files Browse the repository at this point in the history
Forward port #237

Conflicts:
	src/Service/HttpDefaultRenderingStrategyFactory.php
  • Loading branch information
weierophinney committed May 1, 2017
2 parents b8129ff + 7e5c560 commit 00bdd8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

- Nothing.
- [#237](https://github.com/zendframework/zend-mvc/pull/237) fixes the return
annotations for `HttpDefaultRenderingStrategyFactory::createService` and
`injectLayoutTemplate()` to be `HttpDefaultRenderingStrategy` and not
`HttpDefaultRendererStrategy`.

## 3.0.4 - 2016-12-20

Expand Down
2 changes: 1 addition & 1 deletion src/Service/HttpDefaultRenderingStrategyFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function __invoke(ContainerInterface $container, $name, array $options =
*
* 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 00bdd8c

Please sign in to comment.