Skip to content

Commit

Permalink
Merge pull request #309 from jolicode/cs
Browse files Browse the repository at this point in the history
fix bad rebase
  • Loading branch information
lyrixx committed Mar 4, 2024
2 parents b0913f6 + 95a3546 commit cedc064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Context.php
Expand Up @@ -17,7 +17,7 @@ public function __construct(
?string $currentDirectory = null,
public readonly bool $tty = false,
public readonly bool $pty = true,
public readonly ?float $timeout = 60,
public readonly ?float $timeout = null,
public readonly bool $quiet = false,
public readonly bool $allowFailure = false,
public readonly bool $notify = false,
Expand Down

0 comments on commit cedc064

Please sign in to comment.