Completed
Pull Request — master (#1449)
by
unknown
02:11
created
src/WildcardPermission.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     }
35 35
 
36 36
     /**
37
-     * @param string|WildcardPermission $permission
37
+     * @param string $permission
38 38
      *
39 39
      * @return bool
40 40
      */
Please login to merge, or discard this patch.
src/Traits/HasRoles.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -321,6 +321,9 @@
 block discarded – undo
321 321
         return explode('|', trim($pipeString, $quoteCharacter));
322 322
     }
323 323
 
324
+    /**
325
+     * @param string $guard
326
+     */
324 327
     protected function getArgumentRoles($roles, $guard = null)
325 328
     {
326 329
         return array_map(function ($role) use ($guard) {
Please login to merge, or discard this patch.