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 99297ba + 30e40be commit cfaece1Copy full SHA for cfaece1
src/LaunchDarkly/FeatureFlag.php
@@ -59,7 +59,7 @@ public static function getDecoder() {
59
$v['on'],
60
array_map(Prerequisite::getDecoder(), $v['prerequisites'] ?: []),
61
$v['salt'],
62
- array_map(Target::getDecoder(), $v['targets']),
+ array_map(Target::getDecoder(), $v['targets'] ?: []),
63
array_map(Rule::getDecoder(), $v['rules']),
64
call_user_func(VariationOrRollout::getDecoder(), $v['fallthrough']),
65
$v['offVariation'],
0 commit comments