|
29 | 29 | class Register extends Command { |
30 | 30 |
|
31 | 31 | public function __construct( |
32 | | - private readonly AppAPIService $service, |
33 | | - private readonly DaemonConfigService $daemonConfigService, |
34 | | - private readonly DockerActions $dockerActions, |
35 | | - private readonly ManualActions $manualActions, |
36 | | - private readonly IAppConfig $appConfig, |
37 | | - private readonly ExAppService $exAppService, |
38 | | - private readonly ISecureRandom $random, |
39 | | - private readonly LoggerInterface $logger, |
40 | | - private readonly ExAppArchiveFetcher $exAppArchiveFetcher, |
| 32 | + private readonly AppAPIService $service, |
| 33 | + private readonly DaemonConfigService $daemonConfigService, |
| 34 | + private readonly DockerActions $dockerActions, |
| 35 | + private readonly ManualActions $manualActions, |
| 36 | + private readonly IAppConfig $appConfig, |
| 37 | + private readonly ExAppService $exAppService, |
| 38 | + private readonly ISecureRandom $random, |
| 39 | + private readonly LoggerInterface $logger, |
| 40 | + private readonly ExAppArchiveFetcher $exAppArchiveFetcher, |
41 | 41 | ) { |
42 | 42 | parent::__construct(); |
43 | 43 | } |
@@ -207,7 +207,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int |
207 | 207 | $daemonConfig->getProtocol(), |
208 | 208 | $daemonConfig->getHost(), |
209 | 209 | $daemonConfig->getDeployConfig(), |
210 | | - (int) $appInfo['port'], |
| 210 | + (int)$appInfo['port'], |
211 | 211 | $auth, |
212 | 212 | ); |
213 | 213 | } |
|
0 commit comments