FAQ | This is a LIVE service | Changelog

Skip to content

Properly declare some more properties

Dr Catherine Pitt requested to merge php83 into master

PHP 8.3 produces errors when setting certain properties in classes because they haven't been explicitly declared. This fixes that.

Merge request reports