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 9d9d76a commit 845efc9Copy full SHA for 845efc9
1 file changed
src/Console/Command/DependenciesCommand.php
@@ -39,6 +39,11 @@
39
)]
40
final class DependenciesCommand extends BaseCommand
41
{
42
+ /**
43
+ * @param ProcessBuilderInterface $processBuilder
44
+ * @param ProcessQueueInterface $processQueue
45
+ * @param FileLocatorInterface $fileLocator
46
+ */
47
public function __construct(
48
private readonly ProcessBuilderInterface $processBuilder,
49
private readonly ProcessQueueInterface $processQueue,
0 commit comments