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 c1c1386 commit 2bff45eCopy full SHA for 2bff45e
src/Resources/skeleton/command/Command.tpl.php
@@ -25,7 +25,7 @@ class <?= $class_name; ?> extends Command
25
protected static $defaultDescription = 'Add a short description for your command';
26
27
<?php endif; ?>
28
- protected function configure()
+ protected function configure(): void
29
{
30
$this
31
<?= $set_description ? " ->setDescription(self::\$defaultDescription)\n" : '' ?>
0 commit comments