@@ -11,7 +11,7 @@ |
||
| 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 | } |