Completed
Push — master ( 0a5701...265f34 )
by Mokhlas
01:53
created
src/Command/MultiAuthPrepare.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1000,8 +1000,8 @@  discard block
 block discarded – undo
1000 1000
     }
1001 1001
 
1002 1002
     /**
1003
-     * @param $zipFile
1004
-     * @param $outputPath
1003
+     * @param string $zipFile
1004
+     * @param string $outputPath
1005 1005
      * @return bool
1006 1006
      */
1007 1007
     public function unzipThemeFile($zipFile, $outputPath) {
@@ -1098,7 +1098,7 @@  discard block
 block discarded – undo
1098 1098
      * Get github link for free theme
1099 1099
      *
1100 1100
      * @param string $theme_name
1101
-     * @return mixed|null
1101
+     * @return string|null
1102 1102
      */
1103 1103
     protected function getGitLinkForFreeTheme($theme_name = 'adminlte2')
1104 1104
     {
Please login to merge, or discard this patch.