Skip to content

Commit

Permalink
i think this is fine again now that the mock returns itself
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Jan 5, 2024
1 parent 412ae60 commit d133b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Git/Git.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function statuses()
/**
* Act as a specific user.
*/
public function as(?UserContract $user): self
public function as(?UserContract $user): static
{
$clone = clone $this;

Expand Down

0 comments on commit d133b77

Please sign in to comment.