Skip to content

Commit

Permalink
Add withArgs to docbloc-inferred methods of Expectation
Browse files Browse the repository at this point in the history
To improve IDE experience
  • Loading branch information
gmazzap committed Jun 23, 2018
1 parent 02bf838 commit 86f4329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Expectation/Expectation.php
Expand Up @@ -35,6 +35,7 @@
* @method Expectation between(int $min, int $max)
* @method Expectation zeroOrMoreTimes()
* @method Expectation with(...$args)
* @method Expectation withArgs($args)
* @method Expectation withAnyArgs()
* @method Expectation andReturn(...$args)
* @method Expectation andReturnNull()
Expand Down

0 comments on commit 86f4329

Please sign in to comment.