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 b622d38 commit 3993e32Copy full SHA for 3993e32
1 file changed
src/Command/SyncCommand.php
@@ -36,6 +36,11 @@
36
final class SyncCommand extends AbstractCommand
37
{
38
/**
39
+ * Configures the current command.
40
+ *
41
+ * This method MUST define the name, description, and help text for the command.
42
+ * It SHALL identify the tool as the mechanism for script synchronization.
43
44
* @return void
45
*/
46
protected function configure(): void
0 commit comments