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
bug #467 Update nullable types for PHP 8.4 (mbeccati)
This PR was squashed before being merged into the 1.x branch.
Discussion
----------
Update nullable types for PHP 8.4
The PR is meant to fix the deprecation notices raised since php/php-src@330cc5c
I had tried to update the php-cs-fixer rule, but running the fixer is re-formatting all the method bodies and I couldn't figure out how to cleanly get the desired result, so I used a trusted editor and some preg-fu to get the desired result.
Commits
-------
aaaa1c9 Update nullable types for PHP 8.4
0 commit comments