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 c9cd844 commit 03bf5d5Copy full SHA for 03bf5d5
README.md
@@ -51,7 +51,8 @@ This library comes with the same restrictions as the underlying
51
52
* Additionally it shares restrictions from Prophecy as well:
53
Prophecy [doesn't support pass-by-reference](https://github.com/phpspec/prophecy/issues/225).
54
- To support pass-by-reference here, an implicit feature of composer
+ To support pass-by-reference here, an
55
+ [implicit feature of composer](https://github.com/composer/composer/issues/4732)
56
is used. It may work accidentially but can change at any moment.
57
If you need pass-by-reference in prophecies, consider using another framework
58
(e.g. [php-mock-phpunit](https://github.com/php-mock/php-mock-phpunit)).
0 commit comments