Skip to content

Commit

Permalink
Add missing type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 28, 2019
1 parent be9e477 commit bfa60bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Framework/MockObject/Api/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ trait Api
*/
private $__phpunit_returnValueGeneration = true;

/**
* @var InvocationMocker
*/
private $__phpunit_invocationMocker;

/** @noinspection MagicMethodsValidityInspection */
Expand Down

0 comments on commit bfa60bd

Please sign in to comment.