@@ -120,7 +120,7 @@ discard block |
||
120 | 120 | /** |
121 | 121 | * Installs a module from a ZIP file |
122 | 122 | * @param string $zip |
123 | - * @return string|bool |
|
123 | + * @return null|boolean |
|
124 | 124 | */ |
125 | 125 | public function fromZip($zip) |
126 | 126 | { |
@@ -337,7 +337,7 @@ discard block |
||
337 | 337 | /** |
338 | 338 | * Returns a module id from a zip file or false on error |
339 | 339 | * @param string $file |
340 | - * @return boolean|string |
|
340 | + * @return false|string |
|
341 | 341 | */ |
342 | 342 | public function getModuleIdFromZip($file) |
343 | 343 | { |