Skip to content

Commit 022683a

Browse files
committed
refactor: improve documentation for ComposerJson parameter in GitAttributesCommand constructor
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent 86693a2 commit 022683a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Console/Command/GitAttributesCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ final class GitAttributesCommand extends AbstractCommand
6161
* @param ReaderInterface $reader the reader component
6262
* @param WriterInterface $writer the writer component
6363
* @param Filesystem $filesystem the filesystem component
64-
* @param ComposerJson $composerJson
64+
* @param ComposerJson $composerJson the composer.json accessor
6565
*/
6666
public function __construct(
6767
private readonly CandidateProviderInterface $candidateProvider,

0 commit comments

Comments
 (0)