Completed
Push — master ( 8059ef...56e072 )
by Mokhlas
01:10
created
src/Command/MultiAuthPrepare.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1016,8 +1016,8 @@  discard block
 block discarded – undo
1016 1016
     }
1017 1017
 
1018 1018
     /**
1019
-     * @param $zipFile
1020
-     * @param $outputPath
1019
+     * @param string $zipFile
1020
+     * @param string $outputPath
1021 1021
      * @return bool
1022 1022
      */
1023 1023
     public function unzipThemeFile($zipFile, $outputPath) {
@@ -1062,7 +1062,7 @@  discard block
 block discarded – undo
1062 1062
     /**
1063 1063
      * Run a SSH command.
1064 1064
      *
1065
-     * @param mixed $command
1065
+     * @param string $command
1066 1066
      * @param string $beforeNotice
1067 1067
      * @param string $afterNotice
1068 1068
      */
@@ -1114,7 +1114,7 @@  discard block
 block discarded – undo
1114 1114
      * Get github link for free theme
1115 1115
      *
1116 1116
      * @param string $theme_name
1117
-     * @return mixed|null
1117
+     * @return string|null
1118 1118
      */
1119 1119
     protected function getGitLinkForFreeTheme($theme_name = 'adminlte2')
1120 1120
     {
Please login to merge, or discard this patch.