Completed
Push — master ( cf314f...bf8801 )
by Iurii
01:13
created
models/Install.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.