Passed
Push — master ( 13cccd...7cbd95 )
by Giancarlos
02:48
created
src/Report/HtmlReport.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
112 112
         if ($directory) {
113 113
             $dirs[] = $directory;
114 114
         }
115
-        $dirs[] = __DIR__.'/Templates';
115
+        $dirs[] = __DIR__ . '/Templates';
116 116
 
117 117
         return $dirs;
118 118
     }
Please login to merge, or discard this patch.