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.
1 parent f348c10 commit 054304cCopy full SHA for 054304c
src/LaunchDarkly/FeatureFlag.php
@@ -63,7 +63,7 @@ public static function getDecoder() {
63
array_map(Rule::getDecoder(), $v['rules'] ?: []),
64
call_user_func(VariationOrRollout::getDecoder(), $v['fallthrough']),
65
$v['offVariation'],
66
- $v['variations'],
+ $v['variations'] ?: [],
67
$v['deleted']);
68
};
69
}
0 commit comments