Passed
Pull Request — master (#2)
by Alex
05:45 queued 03:25
created
src/Module.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,6 +15,6 @@
 block discarded – undo
15 15
      */
16 16
     public function getConfig(): array
17 17
     {
18
-        return require __DIR__ . '/../config/module.config.php';
18
+        return require __DIR__.'/../config/module.config.php';
19 19
     }
20 20
 }
Please login to merge, or discard this patch.