Skip to content

Commit

Permalink
add new methods to facade docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
stevethomas committed Apr 6, 2022
1 parent c67e7bd commit 7c1c193
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Facades/FeatureFlag.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
* @see \Codinglabs\FeatureFlags\FeatureFlags
*
* @method static bool isOn(string $feature)
* @method static bool isOff(string $feature)
* @method static FeatureState getState(string $feature)
* @method static void updateFeatureState(string $feature, FeatureState $state)
* @method static void turnOn(string $feature)
* @method static void turnOff(string $feature)
Expand Down

0 comments on commit 7c1c193

Please sign in to comment.