Skip to content

Commit e372f5b

Browse files
committed
fix: patch up nullable param
1 parent 273d30a commit e372f5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Utils/Core.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Core
1111
/**
1212
* Run a shell process with the output.
1313
*/
14-
public static function run(string $command, $output, string $cwd = null)
14+
public static function run(string $command, $output, ?string $cwd = null)
1515
{
1616
$process = Process::fromShellCommandline(
1717
$command,

0 commit comments

Comments
 (0)