|
@@ -20,6 +20,7 @@ use PhpCsFixer\Console\Report\ListSetsReport\ReporterInterface;
|
|
|
use PhpCsFixer\Console\Report\ListSetsReport\ReportSummary;
|
|
|
use PhpCsFixer\Console\Report\ListSetsReport\TextReporter;
|
|
|
use PhpCsFixer\RuleSet\RuleSets;
|
|
|
+use Symfony\Component\Console\Attribute\AsCommand;
|
|
|
use Symfony\Component\Console\Command\Command;
|
|
|
use Symfony\Component\Console\Formatter\OutputFormatter;
|
|
|
use Symfony\Component\Console\Input\InputInterface;
|
|
@@ -31,6 +32,7 @@ use Symfony\Component\Console\Output\OutputInterface;
|
|
|
*
|
|
|
* @internal
|
|
|
*/
|
|
|
+#[AsCommand(name: 'list-sets')]
|
|
|
final class ListSetsCommand extends Command
|
|
|
{
|
|
|
/**
|