Passed
Push — main ( c44892...188d62 )
by Thomas
04:09
created
src/Di/Inject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 use Conia\Chuck\Exception\RuntimeException;
9 9
 
10 10
 /** @psalm-api */
11
-#[Attribute(Attribute::IS_REPEATABLE | Attribute::TARGET_FUNCTION | Attribute::TARGET_METHOD)]
11
+#[Attribute(Attribute::IS_REPEATABLE|Attribute::TARGET_FUNCTION|Attribute::TARGET_METHOD)]
12 12
 class Inject
13 13
 {
14 14
     public array $args;
Please login to merge, or discard this patch.
src/Di/Call.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 use Conia\Chuck\Exception\RuntimeException;
9 9
 
10 10
 /** @psalm-api */
11
-#[Attribute(Attribute::IS_REPEATABLE | Attribute::TARGET_CLASS)]
11
+#[Attribute(Attribute::IS_REPEATABLE|Attribute::TARGET_CLASS)]
12 12
 class Call
13 13
 {
14 14
     public array $args;
Please login to merge, or discard this patch.