Completed
Push — master ( d3922b...937be3 )
by Christopher
01:16
created
src/Traits/HasUsers.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 trait HasUsers
8 8
 {
9 9
     /**
10
-     * @return Illuminate\Database\Eloquent\Relations\BelongsToMany
10
+     * @return BelongsToMany
11 11
      */
12 12
     public function users() : BelongsToMany
13 13
     {
Please login to merge, or discard this patch.
src/Commands/CreateTaskCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
     /**
73 73
      * Display created task.
74 74
      *
75
-     * @param array $task
75
+     * @param Task $task
76 76
      * @return void
77 77
      */
78 78
     private function display(Task $task) : void
Please login to merge, or discard this patch.