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
Right now I'm just seeing it in two spots in my project:
src/Models/BaseMessage.php line 117
src/Models/BaseMessage.php line 141
I've updated my projects and found 99% of the deprecations using the following grep command, not sure if it's helpful for you as well: grep -Prn --include=\*.php 'function\s+[^(]*\(([^)]*\b(?<!\?)\w[\w\\]*\s+\$\w+\s*=\s*null[^)]*)\)' .
If it's easier, I'd be happy to fix the parameters myself and submit it as a PR, just let me know.
Hi, I've been running into this issue with PHP 8.4 and Ably sporadically. There is a new deprecation about implicitly marking parameters as nullable.
Right now I'm just seeing it in two spots in my project:
src/Models/BaseMessage.php line 117
src/Models/BaseMessage.php line 141
I've updated my projects and found 99% of the deprecations using the following grep command, not sure if it's helpful for you as well:
grep -Prn --include=\*.php 'function\s+[^(]*\(([^)]*\b(?<!\?)\w[\w\\]*\s+\$\w+\s*=\s*null[^)]*)\)' .
If it's easier, I'd be happy to fix the parameters myself and submit it as a PR, just let me know.
┆Issue is synchronized with this Jira Task by Unito
The text was updated successfully, but these errors were encountered: