@@ -8,7 +8,7 @@ |
||
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; |
@@ -8,7 +8,7 @@ |
||
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; |