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 026359c commit 08f5365Copy full SHA for 08f5365
1 file changed
src/Console/Command/WikiCommand.php
@@ -39,8 +39,10 @@
39
final class WikiCommand extends AbstractCommand
40
{
41
/**
42
- * @param ComposerJson $composerJson
43
- * @param Filesystem $filesystem
+ * Creates a new WikiCommand instance.
+ *
44
+ * @param ComposerJson $composerJson the composer.json accessor
45
+ * @param Filesystem $filesystem the filesystem component
46
*/
47
public function __construct(
48
private readonly ComposerJson $composerJson,
0 commit comments