Skip to content

Commit f11e224

Browse files
committed
[UPDATE] Removed the Random Strategy & Provider
1 parent ea29775 commit f11e224

File tree

3 files changed

+0
-67
lines changed

3 files changed

+0
-67
lines changed

src/Symfony/Component/FeatureToggle/Provider/RandomProvider.php

Lines changed: 0 additions & 39 deletions
This file was deleted.

src/Symfony/Component/FeatureToggle/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ Available strategies
6262

6363
**PriorityStrategy** : Takes a list of `StrategyInterface` and stops at the first non-abstain (either `Grant` or `Deny`).
6464

65-
**RandomStrategy** TODO
66-
6765
**RequestHeaderStrategy** : Will look for a truthy value in the given `$name` header.
6866

6967
**RequestQueryStrategy** : Will look for a truthy value in the given `$name` query string parameter.

src/Symfony/Component/FeatureToggle/Strategy/RandomStrategy.php

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)