From e46900ab100dda77b52cc2ac6983906753158f3b Mon Sep 17 00:00:00 2001 From: John Saunders Date: Thu, 15 Oct 2020 10:48:06 +0100 Subject: [PATCH] Clean All Matching fix --- src/PdoCache.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PdoCache.php b/src/PdoCache.php index 3055250..aa4190c 100644 --- a/src/PdoCache.php +++ b/src/PdoCache.php @@ -59,6 +59,7 @@ public function clean( string $key ): bool { if ( file_exists( $filename ) ) { return unlink( $filename ); } + return false; } /**