Skip to content

Commit 2d1a567

Browse files
committed
Fix code quality
1 parent ac9a217 commit 2d1a567

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Worker/Command/RunCommand.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ class RunCommand extends Command
2727
const STATUS_KO = 'KO';
2828

2929
private HttpClientInterface $httpClient;
30-
private readonly array $credentials;
31-
private readonly ImmutableXClient $immutableXClient;
30+
private array $credentials;
31+
private ImmutableXClient $immutableXClient;
3232

3333
private SymfonyStyle $io;
3434

0 commit comments

Comments
 (0)