diff --git a/src/Expectation/Expectation.php b/src/Expectation/Expectation.php index 9bb4cde..df02049 100644 --- a/src/Expectation/Expectation.php +++ b/src/Expectation/Expectation.php @@ -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()