We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfaece1 + aa9bd6b commit d9de3eaCopy full SHA for d9de3ea
src/LaunchDarkly/FeatureFlag.php
@@ -60,7 +60,7 @@ public static function getDecoder() {
60
array_map(Prerequisite::getDecoder(), $v['prerequisites'] ?: []),
61
$v['salt'],
62
array_map(Target::getDecoder(), $v['targets'] ?: []),
63
- array_map(Rule::getDecoder(), $v['rules']),
+ array_map(Rule::getDecoder(), $v['rules'] ?: []),
64
call_user_func(VariationOrRollout::getDecoder(), $v['fallthrough']),
65
$v['offVariation'],
66
$v['variations'],
0 commit comments