summaryrefslogtreecommitdiffstats
path: root/lib/private/Repair/ClearFrontendCaches.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Repair/ClearFrontendCaches.php')
-rw-r--r--lib/private/Repair/ClearFrontendCaches.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Repair/ClearFrontendCaches.php b/lib/private/Repair/ClearFrontendCaches.php
index bf94e5bfbff..3661560c5f6 100644
--- a/lib/private/Repair/ClearFrontendCaches.php
+++ b/lib/private/Repair/ClearFrontendCaches.php
@@ -37,7 +37,7 @@ class ClearFrontendCaches implements IRepairStep {
protected $jsCombiner;
public function __construct(ICacheFactory $cacheFactory,
- JSCombiner $JSCombiner) {
+ JSCombiner $JSCombiner) {
$this->cacheFactory = $cacheFactory;
$this->jsCombiner = $JSCombiner;
}