From afd4f8f399f235a6ee5ae866988a5ea3cb3cae86 Mon Sep 17 00:00:00 2001 From: timacdonald Date: Thu, 8 Aug 2024 05:48:23 +0000 Subject: [PATCH] Update facade docblocks --- src/Feature.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Feature.php b/src/Feature.php index 9e71a2d..2a67345 100644 --- a/src/Feature.php +++ b/src/Feature.php @@ -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)