cachefile : domci ending spaces

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5807 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2019-12-08 19:26:27 +00:00
parent cb492c33bf
commit 40ba4a155a

View File

@@ -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 ()