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 a79ede1 commit 75dda8eCopy full SHA for 75dda8e
1 file changed
src/Console/Command/PhpDocCommand.php
@@ -52,8 +52,10 @@ final class PhpDocCommand extends AbstractCommand
52
public const string CONFIG = '.php-cs-fixer.dist.php';
53
54
/**
55
- * @param ComposerJson $composerJson
56
- * @param Filesystem $filesystem
+ * Creates a new PhpDocCommand instance.
+ *
57
+ * @param ComposerJson $composerJson the composer.json accessor
58
+ * @param Filesystem $filesystem the filesystem component
59
*/
60
public function __construct(
61
private readonly ComposerJson $composerJson,
0 commit comments