Completed
Push — master ( b5f631...d39ce5 )
by Gaël
03:21
created
src/Commands/PrestashopProductsImportCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
     /**
47 47
      * Execute the console command.
48 48
      *
49
-     * @return mixed
49
+     * @return boolean
50 50
      */
51 51
     public function handle()
52 52
     {
Please login to merge, or discard this patch.
src/Commands/PrestashopSuppliersImportCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
     /**
46 46
      * Execute the console command.
47 47
      *
48
-     * @return mixed
48
+     * @return boolean
49 49
      */
50 50
     public function handle()
51 51
     {
Please login to merge, or discard this patch.