We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d9d64f commit 7c2ca01Copy full SHA for 7c2ca01
src/doc/method-parameter-matchers.md
@@ -132,8 +132,7 @@ class FooTest extends PHPUnit\Framework\TestCase
132
```
133
134
If you are familiar with `Phake::anyParameters()` then you will recognize that the shorthand functionality is really
135
-just short hand of `Phake::anyParameters()`. You can still use `Phake::anyParameters()` but it will likely be
136
-deprecated at some point in the future.
+just short hand of `Phake::anyParameters()`.
137
138
### Default and Variable Parameters
139
0 commit comments