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

Commit 00bdd8c

Browse files
committed
Merge branch 'hotfix/237' into develop
Forward port #237 Conflicts: src/Service/HttpDefaultRenderingStrategyFactory.php
2 parents b8129ff + 7e5c560 commit 00bdd8c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ All notable changes to this project will be documented in this file, in reverse
4141

4242
### Fixed
4343

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

4649
## 3.0.4 - 2016-12-20
4750

src/Service/HttpDefaultRenderingStrategyFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function __invoke(ContainerInterface $container, $name, array $options =
3939
*
4040
* Uses layout template from configuration; if none available, defaults to "layout/layout".
4141
*
42-
* @param DefaultRendererStrategy $strategy
42+
* @param DefaultRenderingStrategy $strategy
4343
* @param array $config
4444
*/
4545
private function injectLayoutTemplate(DefaultRenderingStrategy $strategy, array $config)

0 commit comments

Comments
 (0)