Completed
Push — master ( 5a912f...4bbf81 )
by Mokhlas
06:23
created
src/Command/MultiAuthPrepare.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
     /**
61 61
      * Execute the console command.
62 62
      *
63
-     * @return mixed
63
+     * @return boolean
64 64
      */
65 65
     public function handle()
66 66
     {
@@ -859,8 +859,8 @@  discard block
 block discarded – undo
859 859
     }
860 860
 
861 861
     /**
862
-     * @param $nameSmall
863
-     * @return array
862
+     * @param string $nameSmall
863
+     * @return string[]
864 864
      */
865 865
     protected function createViewsFolders($nameSmall) {
866 866
 
@@ -972,7 +972,7 @@  discard block
 block discarded – undo
972 972
     /**
973 973
      * Run a SSH command.
974 974
      *
975
-     * @param $command
975
+     * @param string $command
976 976
      * @param string $beforeNotice
977 977
      * @param string $afterNotice
978 978
      */
Please login to merge, or discard this patch.