Completed
Push — master ( 213a21...6a7fa2 )
by Freek
05:32 queued 03:30
created
src/Traits/HasRoles.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
      *
77 77
      * @param array|string|\Spatie\Permission\Models\Role ...$roles
78 78
      *
79
-     * @return \Spatie\Permission\Contracts\Role
79
+     * @return HasRoles
80 80
      */
81 81
     public function assignRole(...$roles)
82 82
     {
@@ -187,7 +187,7 @@  discard block
 block discarded – undo
187 187
     /**
188 188
      * Determine if the user may perform the given permission.
189 189
      *
190
-     * @param string|Permission $permission
190
+     * @param Permission $permission
191 191
      *
192 192
      * @return bool
193 193
      */
Please login to merge, or discard this patch.