Skip to content

Commit

Permalink
Fix docblock (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jellyfrog committed Aug 30, 2023
1 parent 502221b commit b0b15da
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/BouncerFacade.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
* @method static \Illuminate\Contracts\Auth\Access\Gate gate()
* @method static bool usesCachedClipboard()
* @method static self define(string $ability, callable|string $callback)
* @method static \Illuminate\Auth\Access\Response authorize(string $ability, array|mixed $arguments)
* @method static bool can(string $ability, array|mixed $arguments)
* @method static bool canAny(array $abilities, array|mixed $arguments)
* @method static bool cannot(string $ability, array|mixed $arguments)
* @method static bool allows(string $ability, array|mixed $arguments)
* @method static bool denies(string $ability, array|mixed $arguments)
* @method static \Illuminate\Auth\Access\Response authorize(string $ability, array|mixed $arguments = [])
* @method static bool can(string $ability, array|mixed $arguments = [])
* @method static bool canAny(array $abilities, array|mixed $arguments = [])
* @method static bool cannot(string $ability, array|mixed $arguments = [])
* @method static bool allows(string $ability, array|mixed $arguments = [])
* @method static bool denies(string $ability, array|mixed $arguments = [])
* @method static \Silber\Bouncer\Database\Role role(array $attributes)
* @method static \Silber\Bouncer\Database\Ability ability(array $attributes)
* @method static self runBeforePolicies(bool $boolean)
Expand Down

0 comments on commit b0b15da

Please sign in to comment.