Skip to content

Commit

Permalink
mockery doesnt support static. no difference to us really.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Jan 5, 2024
1 parent e1d354c commit 45988cb
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): static
public function as(?UserContract $user): self
{
$clone = clone $this;

Expand Down

0 comments on commit 45988cb

Please sign in to comment.