@@ -79,7 +79,7 @@ |
||
| 79 | 79 | /** |
| 80 | 80 | * Set the renderable view. |
| 81 | 81 | * |
| 82 | - * @param ViewInterface|array $view The view instance to use to render. |
|
| 82 | + * @param ViewInterface $view The view instance to use to render. |
|
| 83 | 83 | * @throws InvalidArgumentException If the view parameter is not an array or a View object. |
| 84 | 84 | * @return self |
| 85 | 85 | */ |
@@ -152,7 +152,7 @@ |
||
| 152 | 152 | * |
| 153 | 153 | * @param string $macro A domain, locale, or number. |
| 154 | 154 | * @throws LogicException If the macro is unresolved. |
| 155 | - * @return mixed |
|
| 155 | + * @return TranslatorHelpers |
|
| 156 | 156 | */ |
| 157 | 157 | public function __get($macro) |
| 158 | 158 | { |