@@ -330,12 +330,12 @@ |
||
330 | 330 | /** |
331 | 331 | * Sets a template to use instead of the build in ones. |
332 | 332 | * |
333 | - * @param $key |
|
333 | + * @param string $key |
|
334 | 334 | * the template key to use in this format: |
335 | 335 | * $section.$action.$entity |
336 | 336 | * $section.$action |
337 | 337 | * $section |
338 | - * @param $template |
|
338 | + * @param string $template |
|
339 | 339 | */ |
340 | 340 | public function setTemplate($key, $template) |
341 | 341 | { |