Passed
Push — master ( 6dad0e...88210e )
by
unknown
05:21 queued 02:51
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.