test
Some checks failed
/ ls (push) Failing after 18s

This commit is contained in:
lubiana 2023-10-16 22:01:09 +02:00
parent 2eeb093f8e
commit 32eba79853
No known key found for this signature in database

View file

@ -72,6 +72,7 @@ final class Finder
if ($this->cached === true && file_exists(self::CACHE_FILE)) {
$data = file_get_contents(self::CACHE_FILE);
/** test */
if ($data === false) {
return;
}