From 40ba4a155a0460166c65878c24c5f65df62b78de Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Sun, 8 Dec 2019 19:26:27 +0000 Subject: [PATCH] cachefile : domci ending spaces git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5807 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- cachefile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cachefile.php b/cachefile.php index 8841377..e4a00ef 100644 --- a/cachefile.php +++ b/cachefile.php @@ -28,10 +28,10 @@ class cachefile if (! is_string ($val) || trim ($val) === "") throw new \Exception ("CacheFile directory not a string or empty", 500); $this->directory = $val; - return $this; + return $this; } // }}} - + /** Check if there is some garbage to clean */ public function garbage ()