Skip to content

Commit

Permalink
Bring back method annotation for #3588
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Apr 5, 2019
1 parent 37cfab1 commit 31df2e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Framework/MockObject/MockObject.php
Expand Up @@ -12,6 +12,9 @@
use PHPUnit\Framework\MockObject\Builder\InvocationMocker as BuilderInvocationMocker;
use PHPUnit\Framework\MockObject\Matcher\Invocation;

/**
* @method InvocationMocker method($constraint)
*/
interface MockObject /*extends Verifiable*/
{
public function __phpunit_setOriginalObject($originalObject): void;
Expand Down

0 comments on commit 31df2e8

Please sign in to comment.