Skip to content

Commit

Permalink
Improve type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Apr 29, 2019
1 parent 5e020a1 commit 30558d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Framework/MockObject/MockBuilder.php
Expand Up @@ -24,7 +24,7 @@ final class MockBuilder
private $type;

/**
* @var array
* @var string[]
*/
private $methods = [];

Expand Down

0 comments on commit 30558d7

Please sign in to comment.