Passed
Push — main ( a03838...173f9d )
by Fractal
02:12
created
Attribute/AsAlias.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
Attribute/AsTagged.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
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(
Please login to merge, or discard this patch.
Attribute/AsService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
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 = '$';
Please login to merge, or discard this patch.