Skip to content

Commit

Permalink
Update facade docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored and github-actions[bot] committed Nov 8, 2024
1 parent 06106b8 commit 42f96b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Feature.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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()
Expand Down

0 comments on commit 42f96b6

Please sign in to comment.