Passed
Push — analysis-XVakpB ( 6e34bf )
by Greg
08:18
created
modules_v4/example-server-configuration.disable/module.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,8 @@
 block discarded – undo
11 11
 /**
12 12
  * An example module to modify PHP and database configuration.
13 13
  */
14
-return new class extends AbstractModule implements ModuleCustomInterface {
14
+return new class extends AbstractModule implements ModuleCustomInterface
15
+{
15 16
     use ModuleCustomTrait;
16 17
 
17 18
     /** @var ServerCheckService */
Please login to merge, or discard this patch.
modules_v4/example.disable/module.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,8 @@
 block discarded – undo
13 13
 /**
14 14
  * Example module
15 15
  */
16
-return new class extends AbstractModule implements ModuleCustomInterface {
16
+return new class extends AbstractModule implements ModuleCustomInterface
17
+{
17 18
     use ModuleCustomTrait;
18 19
 
19 20
     /**
Please login to merge, or discard this patch.