<#230 Address PHP 8.1 deprecations> Pull request o...
# pact-php
g
#230 Address PHP 8.1 deprecations Pull request opened by agustingomes Most of them were related to the change of type of PHP Core interfaces, and to maintain compatibility with PHP 7.3, the attribute
#[\ReturnTypeWillChange]
is used, which before PHP 8.0 is interpreted as a comment. Another change is related with a deprecation when passing
null
in the 3rd argument of
str_replace
. Signed-off-by: Agustin Gomes me@agustingomes.com pact-foundation/pact-php All checks have passed 22/22 successful checks
a
Hello folks 👋 This PR hasn't gotten any reviews. Can it be given a review in the next days? the changes are quite simple, and I'd be happy to apply further feedback if required.
👍 1