Passed
Push — master ( 4edc68...6dad0e )
by
unknown
40s
created
src/Module.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,6 +13,6 @@
 block discarded – undo
13 13
      */
14 14
     public function getConfig()
15 15
     {
16
-        return require __DIR__ . '/../config/module.config.php';
16
+        return require __DIR__.'/../config/module.config.php';
17 17
     }
18 18
 }
Please login to merge, or discard this patch.