Completed
Pull Request — master (#50)
by
unknown
02:21
created
src/Traits/HasRoles.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
     /**
120 120
      * Determine if the user may perform the given permission.
121 121
      *
122
-     * @param string|Permission $permission
122
+     * @param Permission $permission
123 123
      *
124 124
      * @return bool
125 125
      */
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
     /**
162 162
      * Determine if the user has has the given permission.
163 163
      *
164
-     * @param string|Permission $permission
164
+     * @param Permission $permission
165 165
      *
166 166
      * @return bool
167 167
      */
Please login to merge, or discard this patch.