Test Setup Failed
Branch master (3bd976)
by elliot
04:05
created
Category
src/Extension/MatomoExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     public function onAfterInit(&$controller)
13 13
     {
14 14
         $matomoCode = $this->getMatomoCode();
15
-        if($matomoCode) {
15
+        if ($matomoCode) {
16 16
             Requirements::customScript($matomoCode, true);
17 17
         }
18 18
     }
Please login to merge, or discard this patch.