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 6a8890b commit f9ee7d3Copy full SHA for f9ee7d3
src/Command/MultiCommand.php
@@ -19,11 +19,11 @@
19
final class MultiCommand implements CommandInterface
20
{
21
/** @var Collection<int, CommandInterface> */
22
- private $commands;
+ private Collection $commands;
23
private string $glue;
24
25
/**
26
- * @param Collection<int, CommandInterface> $commands
+ * @param Collection<int, mixed> $commands
27
* @param string $glue
28
*/
29
public function __construct(Collection $commands, string $glue = ' && ')
0 commit comments