Completed
Push — master ( 725963...932456 )
by
unknown
02:27
created
src/Notifynder/Artisan/DeleteCategory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
     /**
43 43
      * Execute the console command.
44 44
      *
45
-     * @return mixed
45
+     * @return false|null
46 46
      */
47 47
     public function fire()
48 48
     {
Please login to merge, or discard this patch.
src/Notifynder/Artisan/CreateCategory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
     /**
43 43
      * Execute the console command.
44 44
      *
45
-     * @return mixed
45
+     * @return false|null
46 46
      */
47 47
     public function fire()
48 48
     {
Please login to merge, or discard this patch.
src/Notifynder/Artisan/CreateGroup.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
     /**
43 43
      * Execute the console command.
44 44
      *
45
-     * @return mixed
45
+     * @return false|null
46 46
      */
47 47
     public function fire()
48 48
     {
Please login to merge, or discard this patch.