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

Commit e7c9783

Browse files
authored
Remove additional cleanups
1 parent 8b56568 commit e7c9783

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/ZendViewRenderer.php

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ public function __construct(RendererInterface $renderer = null, $layout = null)
125125
* the constructor.
126126
*
127127
* @param array|ModelInterface|object $params
128-
*
129-
* @return string
130128
*/
131129
public function render(string $name, $params = []) : string
132130
{
@@ -193,11 +191,7 @@ private function createModel($name, $params)
193191
/**
194192
* Do a recursive, depth-first rendering of a view model.
195193
*
196-
* @param ModelInterface $model
197-
* @param RendererInterface $renderer
198-
* @param ModelInterface|null $root
199-
*
200-
* @return string
194+
* @throws Exception\RenderingException if it encounters a terminal child.
201195
*/
202196
private function renderModel(
203197
ModelInterface $model,

0 commit comments

Comments
 (0)