Skip to content

Commit

Permalink
Fix type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 28, 2019
1 parent 4e7f9b7 commit 619558f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Framework/MockObject/ConfigurableMethods.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
trait ConfigurableMethods
{
/**
* @var ConfigurableMethods[]
* @var ConfigurableMethod[]
*/
private static $__phpunit_configurableMethods;

Expand Down

0 comments on commit 619558f

Please sign in to comment.