aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc/Cache
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2023-08-30 17:05:28 +0200
committerAndreas Gohr <andi@splitbrain.org>2023-08-30 17:05:28 +0200
commit8c7c53b0321a3cd3116b8d3b2ad27863a38dece7 (patch)
tree7962575f2b88ded7d3252558f8791d10ce0e3df0 /inc/Cache
parentc1482d1c08360e6401534a1391da2b650c37d34d (diff)
downloaddokuwiki-8c7c53b0321a3cd3116b8d3b2ad27863a38dece7.tar.gz
dokuwiki-8c7c53b0321a3cd3116b8d3b2ad27863a38dece7.zip
codestyle adjustments: class declaration braces
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();
}
-
}