Test Failed
Pull Request — master (#1190)
by butschster
10:27
created
src/Boot/src/Attribute/BootloadConfig.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,5 +13,5 @@
 block discarded – undo
13 13
         public array $allowEnv = [],
14 14
         public array $denyEnv = [],
15 15
         public bool $override = true,
16
-    ) {}
16
+    ){}
17 17
 }
Please login to merge, or discard this patch.
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,5 +13,6 @@
 block discarded – undo
13 13
         public array $allowEnv = [],
14 14
         public array $denyEnv = [],
15 15
         public bool $override = true,
16
-    ) {}
16
+    ) {
17
+}
17 18
 }
Please login to merge, or discard this patch.
src/Boot/src/Attribute/InitMethod.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,5 +9,5 @@
 block discarded – undo
9 9
 {
10 10
     public function __construct(
11 11
         public readonly int $priority = 0,
12
-    ) {}
12
+    ){}
13 13
 }
Please login to merge, or discard this patch.
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,5 +9,6 @@
 block discarded – undo
9 9
 {
10 10
     public function __construct(
11 11
         public readonly int $priority = 0,
12
-    ) {}
12
+    ) {
13
+}
13 14
 }
Please login to merge, or discard this patch.
src/Boot/src/Attribute/SingletonMethod.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,4 +5,4 @@
 block discarded – undo
5 5
 namespace Spiral\Boot\Attribute;
6 6
 
7 7
 #[\Attribute(\Attribute::TARGET_METHOD)]
8
-final class SingletonMethod extends AbstractMethod {}
8
+final class SingletonMethod extends AbstractMethod{}
Please login to merge, or discard this patch.
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,4 +5,6 @@
 block discarded – undo
5 5
 namespace Spiral\Boot\Attribute;
6 6
 
7 7
 #[\Attribute(\Attribute::TARGET_METHOD)]
8
-final class SingletonMethod extends AbstractMethod {}
8
+final class SingletonMethod extends AbstractMethod
9
+{
10
+}
Please login to merge, or discard this patch.
src/Boot/src/Attribute/BootMethod.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,5 +9,5 @@
 block discarded – undo
9 9
 {
10 10
     public function __construct(
11 11
         public readonly int $priority = 0,
12
-    ) {}
12
+    ){}
13 13
 }
Please login to merge, or discard this patch.
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,5 +9,6 @@
 block discarded – undo
9 9
 {
10 10
     public function __construct(
11 11
         public readonly int $priority = 0,
12
-    ) {}
12
+    ) {
13
+}
13 14
 }
Please login to merge, or discard this patch.
src/Boot/src/Attribute/BindMethod.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,4 +5,4 @@
 block discarded – undo
5 5
 namespace Spiral\Boot\Attribute;
6 6
 
7 7
 #[\Attribute(\Attribute::TARGET_METHOD)]
8
-final class BindMethod extends AbstractMethod {}
8
+final class BindMethod extends AbstractMethod{}
Please login to merge, or discard this patch.
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,4 +5,6 @@
 block discarded – undo
5 5
 namespace Spiral\Boot\Attribute;
6 6
 
7 7
 #[\Attribute(\Attribute::TARGET_METHOD)]
8
-final class BindMethod extends AbstractMethod {}
8
+final class BindMethod extends AbstractMethod
9
+{
10
+}
Please login to merge, or discard this patch.