chore: code cleanup with rector and php-cs-fixer
This commit is contained in:
@@ -7,8 +7,8 @@ namespace App\Command;
|
||||
use App\BusProNet\Model\XmlExportInfo;
|
||||
use App\Model\BpnXmlSnapshotRefreshResult;
|
||||
use App\Model\BpnXmlSyncTarget;
|
||||
use App\Service\BpnXmlSyncManager;
|
||||
use App\Service\BpnXmlSnapshotRefreshManager;
|
||||
use App\Service\BpnXmlSyncManager;
|
||||
use League\Flysystem\FilesystemException;
|
||||
use Psr\Log\LoggerInterface;
|
||||
use Symfony\Component\Console\Attribute\AsCommand;
|
||||
@@ -183,8 +183,7 @@ class BpnXmlSyncCommand extends Command
|
||||
bool $dryRun,
|
||||
SymfonyStyle $io,
|
||||
OutputInterface $output,
|
||||
): array
|
||||
{
|
||||
): array {
|
||||
$datasetName = $target->name;
|
||||
|
||||
$remoteInfo = $this->syncManager->readRemoteInfo($target->source, $datasetName);
|
||||
|
||||
Reference in New Issue
Block a user