Completed
Pull Request — master (#1)
by Timothy
04:56
created
src/DoctrineORMDiagnosticsModule/Module.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
      */
15 15
     public function getConfig()
16 16
     {
17
-        return require dirname(dirname(__DIR__)) . '/config/module.config.php';
17
+        return require dirname(dirname(__DIR__)).'/config/module.config.php';
18 18
     }
19 19
 
20 20
     /**
Please login to merge, or discard this patch.