You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, just got an error Use of "parent" in callables is deprecated today.
Then I check the latest code in master and the problem was fixed several months ago👍
But the change does not reflect in the latest release, any reason for that?
Hi, just got an error
Use of "parent" in callables is deprecated
today.Then I check the latest code in master and the problem was fixed several months ago👍
But the change does not reflect in the latest release, any reason for that?
https://github.com/phpspec/prophecy/blob/master/src/Prophecy/Doubler/ClassPatch/DisableConstructorPatch.php
vs
https://github.com/phpspec/prophecy/blob/v1.19.0/src/Prophecy/Doubler/ClassPatch/DisableConstructorPatch.php
vs
The text was updated successfully, but these errors were encountered: