Fix PHP 8.5 deprecation warning#81
Conversation
| $identifier = $form->attr('id') ?: $form->attr('action') ?? ''; | ||
| if (!isset($this->forms[$identifier])) { |
There was a problem hiding this comment.
Lower PHP versions already converted null array keys to an empty string (https://3v4l.org/5UbfM) implicitly.
However, using null is deprecated in PHP 8.5.
That's why an empty string is used explicitly.
|
@TavoNiievez FYI |
|
@W0rma If you wish, I can arrange with the team to give you merge permissions on certain repositories, and instead, we can change our workflow so that you request code reviews from me when you deem it necessary, as well as release tags. |
Sure, that'd be great 👍 |
|
Please join our Slack. https://join.slack.com/t/codeception/shared_invite/zt-3jynx3z1t-k2xeMkIND_pVJIEJWIksqA and DM me. |
No description provided.