Merge pull request #6436 from pixelfed/shleeable-patch-20

TypeCheck: ConfigCacheService::get check should be more specific.
pull/6441/head
dansup 3 weeks ago committed by GitHub
commit a7c1ebc59b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -166,7 +166,7 @@ class ConfigCacheService
}
}
if (! $v) {
if ($v === null) {
return;
}

Loading…
Cancel
Save