Skip to content

Commit 7c2ca01

Browse files
committed
Remove old statement about anyParameters deprecation
1 parent 2d9d64f commit 7c2ca01

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/doc/method-parameter-matchers.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@ class FooTest extends PHPUnit\Framework\TestCase
132132
```
133133

134134
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.
135+
just short hand of `Phake::anyParameters()`.
137136

138137
### Default and Variable Parameters
139138

0 commit comments

Comments
 (0)