Skip to content

Commit 75dda8e

Browse files
committed
refactor: enhance constructor documentation for PhpDocCommand
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent a79ede1 commit 75dda8e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/Console/Command/PhpDocCommand.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ final class PhpDocCommand extends AbstractCommand
5252
public const string CONFIG = '.php-cs-fixer.dist.php';
5353

5454
/**
55-
* @param ComposerJson $composerJson
56-
* @param Filesystem $filesystem
55+
* Creates a new PhpDocCommand instance.
56+
*
57+
* @param ComposerJson $composerJson the composer.json accessor
58+
* @param Filesystem $filesystem the filesystem component
5759
*/
5860
public function __construct(
5961
private readonly ComposerJson $composerJson,

0 commit comments

Comments
 (0)