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.
2 parents 5e305f2 + 5b18222 commit d4924b9Copy full SHA for d4924b9
src/Symfony/Component/Console/Tests/DependencyInjection/AddConsoleCommandPassTest.php
@@ -314,10 +314,9 @@ class NamedCommand extends Command
314
{
315
}
316
317
+#[AsCommand(name: '%cmd%|%cmdalias%', description: 'Creates a 80% discount')]
318
class EscapedDefaultsFromPhpCommand extends Command
319
- protected static $defaultName = '%cmd%|%cmdalias%';
320
- protected static $defaultDescription = 'Creates a 80% discount';
321
322
323
#[AsCommand(name: '|cmdname|cmdalias', description: 'Just testing')]
0 commit comments