@@ -53,5 +53,5 @@ |
||
53 | 53 | */ |
54 | 54 | public function __construct( |
55 | 55 | public readonly int $priority = 0, |
56 | - ) {} |
|
56 | + ){} |
|
57 | 57 | } |
@@ -53,5 +53,6 @@ |
||
53 | 53 | */ |
54 | 54 | public function __construct( |
55 | 55 | public readonly int $priority = 0, |
56 | - ) {} |
|
56 | + ) { |
|
57 | +} |
|
57 | 58 | } |
@@ -48,4 +48,4 @@ |
||
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{} |
@@ -48,4 +48,6 @@ |
||
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 | +} |
@@ -54,5 +54,5 @@ |
||
54 | 54 | */ |
55 | 55 | public function __construct( |
56 | 56 | public readonly int $priority = 0, |
57 | - ) {} |
|
57 | + ){} |
|
58 | 58 | } |
@@ -54,5 +54,6 @@ |
||
54 | 54 | */ |
55 | 55 | public function __construct( |
56 | 56 | public readonly int $priority = 0, |
57 | - ) {} |
|
57 | + ) { |
|
58 | +} |
|
58 | 59 | } |
@@ -48,4 +48,4 @@ |
||
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{} |
@@ -48,4 +48,6 @@ |
||
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 | +} |