aboutsummaryrefslogtreecommitdiff
path: root/caches/FileCache.php
diff options
context:
space:
mode:
Diffstat (limited to 'caches/FileCache.php')
-rw-r--r--caches/FileCache.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/caches/FileCache.php b/caches/FileCache.php
index bb7c1b30..adaf458c 100644
--- a/caches/FileCache.php
+++ b/caches/FileCache.php
@@ -9,8 +9,8 @@ class FileCache implements CacheInterface
public function __construct(array $config = [])
{
$default = [
- 'path' => null,
- 'enable_purge' => true,
+ 'path' => null,
+ 'enable_purge' => true,
];
$this->config = array_merge($default, $config);
if (!$this->config['path']) {