From 42f96b6bc5d91274d6d894792a5c070a8dbd365b Mon Sep 17 00:00:00 2001 From: taylorotwell Date: Fri, 8 Nov 2024 04:00:29 +0000 Subject: [PATCH] Update facade docblocks --- src/Feature.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Feature.php b/src/Feature.php index 903c573..aa36940 100644 --- a/src/Feature.php +++ b/src/Feature.php @@ -21,6 +21,7 @@ * @method static \Laravel\Pennant\FeatureManager setContainer(\Illuminate\Container\Container $container) * @method static void discover(string $namespace = 'App\\Features', string|null $path = null) * @method static void define(string $feature, mixed $resolver = null) + * @method static bool isResolverValidForScope(callable|string $resolver, mixed $scope) * @method static array defined() * @method static array stored() * @method static void activateForEveryone(string|array $feature, mixed $value = true) @@ -37,7 +38,7 @@ * @method static \Laravel\Pennant\PendingScopedFeatureInteraction for(mixed $scope) * @method static array load(string|array $features) * @method static array loadMissing(string|array $features) - * @method static array loadAll(string|array $features = null) + * @method static array loadAll() * @method static mixed value(string $feature) * @method static array values(array $features) * @method static array all()