Skip to content

Commit

Permalink
Fix docblock types at MockObject\Api
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys authored and sebastianbergmann committed May 5, 2020
1 parent c355664 commit 94821de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Framework/MockObject/Api/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ trait Api
private static $__phpunit_configurableMethods;

/**
* @var @object
* @var object
*/
private $__phpunit_originalObject;

/**
* @var @bool
* @var bool
*/
private $__phpunit_returnValueGeneration = true;

Expand Down

0 comments on commit 94821de

Please sign in to comment.