Skip to content

Commit 7c1c193

Browse files
committed
add new methods to facade docblock
1 parent c67e7bd commit 7c1c193

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Facades/FeatureFlag.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
* @see \Codinglabs\FeatureFlags\FeatureFlags
1010
*
1111
* @method static bool isOn(string $feature)
12+
* @method static bool isOff(string $feature)
13+
* @method static FeatureState getState(string $feature)
1214
* @method static void updateFeatureState(string $feature, FeatureState $state)
1315
* @method static void turnOn(string $feature)
1416
* @method static void turnOff(string $feature)

0 commit comments

Comments
 (0)