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 a75d288 commit a10ffacCopy full SHA for a10ffac
src/LaunchDarkly/Impl/Integrations/FeatureRequesterBase.php
@@ -160,7 +160,7 @@ protected function getJsonItemList($namespace)
160
$values = array();
161
}
162
if ($this->_cache) {
163
- $this->_cache->putCachedString($cacheKey, json_encode(values));
+ $this->_cache->putCachedString($cacheKey, json_encode($values));
164
165
166
foreach ($values as $i => $s) {
0 commit comments