Skip to content

Commit

Permalink
Fix property type
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeSimonson authored and sebastianbergmann committed Dec 31, 2017
1 parent 7444c28 commit 7f86e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Framework/TestCase.php
Expand Up @@ -190,7 +190,7 @@ abstract class PHPUnit_Framework_TestCase extends PHPUnit_Framework_Assert imple
private $mockObjects = [];

/**
* @var array
* @var MockGenerator
*/
private $mockObjectGenerator = null;

Expand Down

0 comments on commit 7f86e9a

Please sign in to comment.