Passed
Push — master ( b4481d...f0bff4 )
by Doug
04:53 queued 01:37
created
init.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 
12 12
 spl_autoload_register(function($class) {
13 13
     if (false !== strpos($class, 'DVDoug\\Behat\\CodeCoverage')) {
14
-        require_once(__DIR__.'/src/'.str_replace('\\', '/', $class).'.php');
14
+        require_once(__DIR__ . '/src/' . str_replace('\\', '/', $class) . '.php');
15 15
 
16 16
         return true;
17 17
     }
Please login to merge, or discard this patch.