Skip to content

Commit 36bbb53

Browse files
committed
Fix PHP 8.4 deprecations
1 parent f07c65c commit 36bbb53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Git/GitProcess.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ class GitProcess
3131
*/
3232
public function __construct(
3333
private Io $io,
34-
string $workingDir = null,
35-
ProcessExecutor $executor = null
34+
?string $workingDir = null,
35+
?ProcessExecutor $executor = null
3636
) {
3737

3838
$cwd = $workingDir ?? getcwd();

0 commit comments

Comments
 (0)