8000
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 5e305f2 commit 5b18222Copy full SHA for 5b18222
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