Skip to content

Commit 3993e32

Browse files
committed
fix: PHPDocs
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent b622d38 commit 3993e32

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/Command/SyncCommand.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
final class SyncCommand extends AbstractCommand
3737
{
3838
/**
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+
*
3944
* @return void
4045
*/
4146
protected function configure(): void

0 commit comments

Comments
 (0)