Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
slince committed Oct 13, 2023
1 parent ec3f998 commit a941562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Process.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ final class Process implements ProcessInterface
private ?int $stopSignal;
private ?int $termSignal;

private static CurrentProcess $currentProcess;
private static ?CurrentProcess $currentProcess = null;

public function __construct(callable $callback)
{
Expand Down

0 comments on commit a941562

Please sign in to comment.