Completed
Push — develop ( cd8584...4a7402 )
by Mohamed
06:14
created
app/Model/Traits/Project/Issue/CrudTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,8 +66,8 @@
 block discarded – undo
66 66
     /**
67 67
      * Reassign the issue to a new user.
68 68
      *
69
-     * @param int|User $assignTo
70
-     * @param int|User $user
69
+     * @param integer $assignTo
70
+     * @param \Illuminate\Contracts\Auth\Authenticatable|null $user
71 71
      *
72 72
      * @return Eloquent\Model
73 73
      */
Please login to merge, or discard this patch.