Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
almost 2 years ago 1:38pm 13 February 2023 - 🇳🇱Netherlands anneke_vde
Attached is the patch version of the MR for those working with composer patches.
As of PHP 8.1, built-in methods have explicit return types, and overloading methods (eg by implementing \ArrayAccess) must declare return type mixed
to avoid a deprecation notice.
This affects xbbcode PluginCollectionArrayAdapter::offsetGet()
Note: xbbcode 4.0 is currently ostensibly compatible with PHP 7.1+ and PHP 8+. Depending on whether this bugfix is compatible with PHP 7, it may become necessary to release 4.1 with a raised PHP requirement.
Fixed
5.0
Core
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.
Attached is the patch version of the MR for those working with composer patches.