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 4e1b6ee + b4fab4c commit fc86b9cCopy full SHA for fc86b9c
lib/private/IntegrityCheck/Checker.php
@@ -439,7 +439,7 @@ public function hasPassedCheck(): bool {
439
*/
440
public function getResults(): array {
441
$cachedResults = $this->cache->get(self::CACHE_KEY);
442
- if (!\is_null($cachedResults)) {
+ if (!\is_null($cachedResults) and $cachedResults !== false) {
443
return json_decode($cachedResults, true);
444
}
445
0 commit comments