@@ -9,5 +9,5 @@ |
||
9 | 9 | { |
10 | 10 | public function __construct( |
11 | 11 | public readonly int $priority = 0, |
12 | - ) {} |
|
12 | + ){} |
|
13 | 13 | } |
@@ -9,5 +9,6 @@ |
||
9 | 9 | { |
10 | 10 | public function __construct( |
11 | 11 | public readonly int $priority = 0, |
12 | - ) {} |
|
12 | + ) { |
|
13 | +} |
|
13 | 14 | } |
@@ -5,4 +5,4 @@ |
||
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{} |
@@ -5,4 +5,6 @@ |
||
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 | +} |
@@ -5,4 +5,4 @@ |
||
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{} |
@@ -5,4 +5,6 @@ |
||
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 | +} |
@@ -97,7 +97,7 @@ |
||
97 | 97 | $bootloader = $this->getBootloadManager(); |
98 | 98 | |
99 | 99 | $bootloader->bootload([ |
100 | - new class () extends Bootloader { |
|
100 | + new class () extends Bootloader{ |
|
101 | 101 | public const BINDINGS = ['abc' => self::class]; |
102 | 102 | public const SINGLETONS = ['single' => self::class]; |
103 | 103 |
@@ -9,5 +9,5 @@ |
||
9 | 9 | { |
10 | 10 | public function __construct( |
11 | 11 | public readonly int $priority = 0, |
12 | - ) {} |
|
12 | + ){} |
|
13 | 13 | } |
@@ -9,5 +9,6 @@ |
||
9 | 9 | { |
10 | 10 | public function __construct( |
11 | 11 | public readonly int $priority = 0, |
12 | - ) {} |
|
12 | + ) { |
|
13 | +} |
|
13 | 14 | } |