diff --git a/src/Infrastructure/Finder.php b/src/Infrastructure/Finder.php index f7ad532..f75e3fb 100644 --- a/src/Infrastructure/Finder.php +++ b/src/Infrastructure/Finder.php @@ -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; }