Passed
Push — main ( a03838...173f9d )
by Fractal
02:12
created
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.