Completed
Push — master ( 5b77d7...8150b9 )
by Mokhlas
01:19
created
src/Command/MultiAuthPrepare.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use Illuminate\Support\Facades\Artisan;
10 10
 use Illuminate\Support\Str;
11 11
 use Symfony\Component\Process\Exception\ProcessFailedException;
12
-use Symfony\Component\Process\Process;
13 12
 
14 13
 class MultiAuthPrepare extends BaseCommand
15 14
 {
Please login to merge, or discard this patch.