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)