Skip to content

Commit cfe9391

Browse files
[command] Fix SyncCommand InputOption import (#52) (#53)
* Fix SyncCommand InputOption import * Update wiki submodule pointer for PR #53 --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3fd9aa1 commit cfe9391

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/wiki

Submodule wiki updated from 97bea40 to 60910d0

src/Console/Command/SyncCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
namespace FastForward\DevTools\Console\Command;
2121

2222
use Composer\Command\BaseCommand;
23-
use ECSPrefix202601\Symfony\Component\Console\Input\InputOption;
2423
use FastForward\DevTools\Process\ProcessBuilderInterface;
2524
use FastForward\DevTools\Process\ProcessQueueInterface;
2625
use Symfony\Component\Console\Attribute\AsCommand;
2726
use Symfony\Component\Console\Input\InputInterface;
27+
use Symfony\Component\Console\Input\InputOption;
2828
use Symfony\Component\Console\Output\OutputInterface;
2929
use Symfony\Component\Filesystem\Path;
3030

0 commit comments

Comments
 (0)