Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 27, 2018
1 parent 105a88c commit 5bb97ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Framework/MockObject/MockObject.php
Expand Up @@ -36,7 +36,7 @@ public function __phpunit_getInvocationMocker();
*
* @throws ExpectationFailedException
*/
public function __phpunit_verify();
public function __phpunit_verify(bool $unsetInvocationMocker = true);

/**
* @return bool
Expand Down

0 comments on commit 5bb97ad

Please sign in to comment.