aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc/Cache
diff options
context:
space:
mode:
Diffstat (limited to 'inc/Cache')
-rw-r--r--inc/Cache/CacheImageMod.php1
-rw-r--r--inc/Cache/CacheParser.php1
2 files changed, 0 insertions, 2 deletions
diff --git a/inc/Cache/CacheImageMod.php b/inc/Cache/CacheImageMod.php
index 5883f7842..d8365f159 100644
--- a/inc/Cache/CacheImageMod.php
+++ b/inc/Cache/CacheImageMod.php
@@ -52,5 +52,4 @@ class CacheImageMod extends Cache
getConfigFiles('main')
);
}
-
}
diff --git a/inc/Cache/CacheParser.php b/inc/Cache/CacheParser.php
index 1273eab31..5f69d3d84 100644
--- a/inc/Cache/CacheParser.php
+++ b/inc/Cache/CacheParser.php
@@ -61,5 +61,4 @@ class CacheParser extends Cache
array_merge($files, $this->depends['files']);
parent::addDependencies();
}
-
}