@@ -17,7 +17,7 @@ |
||
17 | 17 | use JetBrains\PhpStorm\Immutable; |
18 | 18 | |
19 | 19 | #[Immutable] |
20 | -#[\Attribute(\Attribute::TARGET_CLASS | \Attribute::IS_REPEATABLE)] |
|
20 | +#[\Attribute(\Attribute::TARGET_CLASS|\Attribute::IS_REPEATABLE)] |
|
21 | 21 | final class AsAlias |
22 | 22 | { |
23 | 23 | public readonly AliasType $aliasType; |
@@ -7,7 +7,7 @@ |
||
7 | 7 | use JetBrains\PhpStorm\Immutable; |
8 | 8 | |
9 | 9 | #[Immutable] |
10 | -#[\Attribute(\Attribute::TARGET_CLASS | \Attribute::IS_REPEATABLE)] |
|
10 | +#[\Attribute(\Attribute::TARGET_CLASS|\Attribute::IS_REPEATABLE)] |
|
11 | 11 | final class AsTagged |
12 | 12 | { |
13 | 13 | public function __construct( |
@@ -20,7 +20,7 @@ |
||
20 | 20 | use JetBrains\PhpStorm\Immutable; |
21 | 21 | |
22 | 22 | #[Immutable] |
23 | -#[\Attribute(\Attribute::TARGET_CLASS | \Attribute::IS_REPEATABLE)] |
|
23 | +#[\Attribute(\Attribute::TARGET_CLASS|\Attribute::IS_REPEATABLE)] |
|
24 | 24 | final class AsService |
25 | 25 | { |
26 | 26 | private const PARAMETER_PREFIX = '$'; |