parent
2eeb093f8e
commit
32eba79853
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ final class Finder
|
||||||
if ($this->cached === true && file_exists(self::CACHE_FILE)) {
|
if ($this->cached === true && file_exists(self::CACHE_FILE)) {
|
||||||
$data = file_get_contents(self::CACHE_FILE);
|
$data = file_get_contents(self::CACHE_FILE);
|
||||||
|
|
||||||
|
/** test */
|
||||||
if ($data === false) {
|
if ($data === false) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue