Skip to content

Commit 743c21f

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 6cfe010 commit 743c21f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Support/Facades/Gate.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* @method static \Illuminate\Auth\Access\Gate policy(string $class, string $policy)
1414
* @method static \Illuminate\Auth\Access\Gate before(callable $callback)
1515
* @method static \Illuminate\Auth\Access\Gate after(callable $callback)
16-
* @method static bool allows(string $ability, array|mixed $arguments = [])
17-
* @method static bool denies(string $ability, array|mixed $arguments = [])
16+
* @method static bool allows(iterable|string $abilities, array|mixed $arguments = [])
17+
* @method static bool denies(iterable|string $abilities, array|mixed $arguments = [])
1818
* @method static bool check(iterable|string $abilities, array|mixed $arguments = [])
1919
* @method static bool any(iterable|string $abilities, array|mixed $arguments = [])
2020
* @method static bool none(iterable|string $abilities, array|mixed $arguments = [])

0 commit comments

Comments
 (0)