Skip to content

Commit 548bfeb

Browse files
authored
Merge pull request #12 from florian-lst/php84
2 parents 0f5eb98 + ef55e0b commit 548bfeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Composer/InstallerScript/ConsoleCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function __construct(
5858
string $command,
5959
array $arguments = [],
6060
string $message = '',
61-
callable $shouldRun = null,
61+
?callable $shouldRun = null,
6262
bool $allowFailure = true
6363
) {
6464
$this->command = $command;

0 commit comments

Comments
 (0)