@@ -54,6 +54,9 @@ |
||
54 | 54 | */ |
55 | 55 | private $l10n; |
56 | 56 | |
57 | + /** |
|
58 | + * @param integer $id |
|
59 | + */ |
|
57 | 60 | public function __construct(IL10N $l10n, $view, $path, $id = null) { |
58 | 61 | $this->l10n = $l10n; |
59 | 62 |
@@ -60,7 +60,7 @@ |
||
60 | 60 | |
61 | 61 | /** |
62 | 62 | * |
63 | - * @param $string |
|
63 | + * @param string $string |
|
64 | 64 | * @return bool |
65 | 65 | */ |
66 | 66 | public function isScriptName($string) { |