fix: PHP 8.4 deprecation notice - implicit nullable parameters#86
fix: PHP 8.4 deprecation notice - implicit nullable parameters#86michalbundyra merged 1 commit intomasterfrom
Conversation
Fixes #83 Drop `Closure` typehint on MockDisabler constructor (compatibility class for PHPUnit 7-9 only) See also: php-mock/php-mock/pull/61
|
@Alexander-Yi would you be able to give it a go with this change? I believe it should work. |
I really appreciate your prompt response. I gave it a go and it works well. |
Fixes #83
Drop
Closuretypehint on MockDisabler constructor (compatibility class for PHPUnit 7-9 only)See also: php-mock/php-mock/pull/61