Skip to content

Commit 845efc9

Browse files
committed
wip: Refactor DependenciesCommand
1 parent 9d9d76a commit 845efc9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/Console/Command/DependenciesCommand.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
)]
4040
final class DependenciesCommand extends BaseCommand
4141
{
42+
/**
43+
* @param ProcessBuilderInterface $processBuilder
44+
* @param ProcessQueueInterface $processQueue
45+
* @param FileLocatorInterface $fileLocator
46+
*/
4247
public function __construct(
4348
private readonly ProcessBuilderInterface $processBuilder,
4449
private readonly ProcessQueueInterface $processQueue,

0 commit comments

Comments
 (0)