We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f5eb98 + ef55e0b commit 548bfebCopy full SHA for 548bfeb
src/Composer/InstallerScript/ConsoleCommand.php
@@ -58,7 +58,7 @@ public function __construct(
58
string $command,
59
array $arguments = [],
60
string $message = '',
61
- callable $shouldRun = null,
+ ?callable $shouldRun = null,
62
bool $allowFailure = true
63
) {
64
$this->command = $command;
0 commit comments