@@ -52,7 +52,7 @@ discard block |
||
| 52 | 52 | * |
| 53 | 53 | * @param string $templateIdent The template ID. |
| 54 | 54 | * @throws InvalidArgumentException If the template identifier is not a string. |
| 55 | - * @return ViewableInterface Chainable |
|
| 55 | + * @return ViewableTrait Chainable |
|
| 56 | 56 | */ |
| 57 | 57 | public function setTemplateIdent($templateIdent) |
| 58 | 58 | { |
@@ -80,9 +80,9 @@ discard block |
||
| 80 | 80 | /** |
| 81 | 81 | * Set the renderable view. |
| 82 | 82 | * |
| 83 | - * @param ViewInterface|array $view The view instance to use to render. |
|
| 83 | + * @param ViewInterface $view The view instance to use to render. |
|
| 84 | 84 | * @throws InvalidArgumentException If the view parameter is not an array or a View object. |
| 85 | - * @return ViewableInterface Chainable |
|
| 85 | + * @return ViewableTrait Chainable |
|
| 86 | 86 | */ |
| 87 | 87 | public function setView(ViewInterface $view) |
| 88 | 88 | { |
@@ -135,7 +135,7 @@ discard block |
||
| 135 | 135 | * |
| 136 | 136 | * @param ViewableInterface|object|array|null $controller A view controller to use when rendering. |
| 137 | 137 | * @throws InvalidArgumentException If the controller is invalid. |
| 138 | - * @return ViewableInterface Chainable |
|
| 138 | + * @return ViewableTrait Chainable |
|
| 139 | 139 | */ |
| 140 | 140 | public function setViewController($controller) |
| 141 | 141 | { |