Skip to content

Commit

Permalink
more dep null
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardTMiles committed Jun 20, 2024
1 parent 670a2e7 commit c394cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carbonphp/abstracts/Background.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static function background(string $cmd, string $outputFile = '/dev/null',

}

public static function executeAndCheckStatus(string $command, bool $exitOnFailure = true, array &$output = null): int
public static function executeAndCheckStatus(string $command, bool $exitOnFailure = true, array|null &$output = null): int
{

$output = [];
Expand Down

0 comments on commit c394cd7

Please sign in to comment.