Skip to content

Commit 08f5365

Browse files
committed
refactor: improve constructor documentation for WikiCommand
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent 026359c commit 08f5365

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/Console/Command/WikiCommand.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@
3939
final class WikiCommand extends AbstractCommand
4040
{
4141
/**
42-
* @param ComposerJson $composerJson
43-
* @param Filesystem $filesystem
42+
* Creates a new WikiCommand instance.
43+
*
44+
* @param ComposerJson $composerJson the composer.json accessor
45+
* @param Filesystem $filesystem the filesystem component
4446
*/
4547
public function __construct(
4648
private readonly ComposerJson $composerJson,

0 commit comments

Comments
 (0)