Skip to content

Commit

Permalink
Update facade docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald authored and github-actions[bot] committed Aug 8, 2024
1 parent a7bdf75 commit afd4f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Feature.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* @method static void deactivateForEveryone(string|array $feature)
* @method static void purge(string|array|null $features = null)
* @method static string name(string $feature)
* @method static mixed instance(void $name)
* @method static mixed instance(string $name)
* @method static \Laravel\Pennant\Contracts\Driver getDriver()
* @method static void macro(string $name, object|callable $macro)
* @method static void mixin(object $mixin, bool $replace = true)
Expand Down

0 comments on commit afd4f8f

Please sign in to comment.