We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25fb45f commit 1eef5bdCopy full SHA for 1eef5bd
.dev-tools/src/Readme/ReadmeCommand.php
@@ -24,6 +24,7 @@
24
use PhpCsFixerCustomFixers\Fixers;
25
use SebastianBergmann\Diff\Differ;
26
use SebastianBergmann\Diff\Output\StrictUnifiedDiffOutputBuilder;
27
+use Symfony\Component\Console\Attribute\AsCommand;
28
use Symfony\Component\Console\Command\Command;
29
use Symfony\Component\Console\Input\InputInterface;
30
use Symfony\Component\Console\Output\OutputInterface;
@@ -32,6 +33,7 @@
32
33
/**
34
* @internal
35
*/
36
+#[AsCommand(name: 'readme')]
37
final class ReadmeCommand extends Command
38
{
39
protected static $defaultName = 'readme';
0 commit comments