Completed
Pull Request — master (#21)
by Shawn
02:20
created
app/Console/Commands/DeleteUsers.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     /**
39 39
      * Execute the console command.
40 40
      *
41
-     * @return mixed
41
+     * @return DeleteUsers
42 42
      */
43 43
     public function handle()
44 44
     {
Please login to merge, or discard this patch.
app/Console/Commands/SendReminders.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
      * Execute the console command.
40 40
      * Sends out reminder emails to all employees. Then sends a reminder to their supervisor.
41 41
      *
42
-     * @return mixed
42
+     * @return SendReminders
43 43
      */
44 44
     public function handle()
45 45
     {
Please login to merge, or discard this patch.