Passed
Pull Request — master (#1190)
by butschster
10:50
created
src/Boot/src/Attribute/InitMethod.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,5 +53,5 @@
 block discarded – undo
53 53
      */
54 54
     public function __construct(
55 55
         public readonly int $priority = 0,
56
-    ) {}
56
+    ){}
57 57
 }
Please login to merge, or discard this patch.
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,5 +53,6 @@
 block discarded – undo
53 53
      */
54 54
     public function __construct(
55 55
         public readonly int $priority = 0,
56
-    ) {}
56
+    ) {
57
+}
57 58
 }
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
@@ -48,4 +48,4 @@
 block discarded – undo
48 48
  * @see InjectorMethod For binding injector methods
49 49
  */
50 50
 #[\Attribute(\Attribute::TARGET_METHOD)]
51
-final class SingletonMethod extends AbstractMethod {}
51
+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
@@ -48,4 +48,6 @@
 block discarded – undo
48 48
  * @see InjectorMethod For binding injector methods
49 49
  */
50 50
 #[\Attribute(\Attribute::TARGET_METHOD)]
51
-final class SingletonMethod extends AbstractMethod {}
51
+final class SingletonMethod extends AbstractMethod
52
+{
53
+}
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
@@ -54,5 +54,5 @@
 block discarded – undo
54 54
      */
55 55
     public function __construct(
56 56
         public readonly int $priority = 0,
57
-    ) {}
57
+    ){}
58 58
 }
Please login to merge, or discard this patch.
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,5 +54,6 @@
 block discarded – undo
54 54
      */
55 55
     public function __construct(
56 56
         public readonly int $priority = 0,
57
-    ) {}
57
+    ) {
58
+}
58 59
 }
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
@@ -48,4 +48,4 @@
 block discarded – undo
48 48
  * @see InjectorMethod For binding injector methods
49 49
  */
50 50
 #[\Attribute(\Attribute::TARGET_METHOD)]
51
-final class BindMethod extends AbstractMethod {}
51
+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
@@ -48,4 +48,6 @@
 block discarded – undo
48 48
  * @see InjectorMethod For binding injector methods
49 49
  */
50 50
 #[\Attribute(\Attribute::TARGET_METHOD)]
51
-final class BindMethod extends AbstractMethod {}
51
+final class BindMethod extends AbstractMethod
52
+{
53
+}
Please login to merge, or discard this patch.