Skip to content

Commit

Permalink
fixup! add expects call
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Sep 25, 2024
1 parent a49d8fc commit 75ad9ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ private function refactorToWillReturnCallback(
$mockMethodCall = $expression->expr;

$mockMethodCall->var = new MethodCall($mockMethodCall->var, 'expects', [
new Arg(new Variable('matcher'))
new Arg(new Variable('matcher')),
]);
}

Expand Down

0 comments on commit 75ad9ba

Please sign in to comment.