Skip to content

Commit a9a4d3d

Browse files
committed
fix
1 parent 19cfd35 commit a9a4d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ScriptExecutor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function __destruct()
6969
* @param string[] $scriptParts
7070
* @param ?string[] $scriptInit
7171
*/
72-
public static function create(array $scriptParts, string $cwd, array $scriptInit = null): self
72+
public static function create(array $scriptParts, string $cwd, ?array $scriptInit = null): self
7373
{
7474
return new self($scriptParts, $cwd, $scriptInit);
7575
}

0 commit comments

Comments
 (0)