@@ -484,6 +484,9 @@ |
||
484 | 484 | protected $location; // base url location of the CSS/Less file |
485 | 485 | protected $relative_path = null; |
486 | 486 | |
487 | + /** |
|
488 | + * @param string $file |
|
489 | + */ |
|
487 | 490 | public function __construct($file) { |
488 | 491 | $this->filepath = $file; |
489 | 492 | } |
@@ -189,7 +189,7 @@ |
||
189 | 189 | * @param string $user Username |
190 | 190 | * @param string $pass Cleartext Password |
191 | 191 | * @param bool $sticky Cookie should not expire |
192 | - * @return bool true on successful auth |
|
192 | + * @return boolean|null true on successful auth |
|
193 | 193 | */ |
194 | 194 | public function trustExternal($user, $pass, $sticky = false) |
195 | 195 | { |
@@ -85,6 +85,7 @@ |
||
85 | 85 | |
86 | 86 | /** |
87 | 87 | * @see PluginInterface::getLang() |
88 | + * @param string $id |
|
88 | 89 | */ |
89 | 90 | public function getLang($id) |
90 | 91 | { |