From 32eba7985363db374ac675dd4872746b33794c73 Mon Sep 17 00:00:00 2001 From: lubiana Date: Mon, 16 Oct 2023 22:01:09 +0200 Subject: [PATCH] test --- src/Infrastructure/Finder.php | 1 + 1 file changed, 1 insertion(+) 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; }