PressForward / pressforward

PressForward is a free plugin that provides an editorial workflow for content aggregation and curation within the WordPress dashboard. It is designed for bloggers and editorial teams who wish to collect, discuss, and share content from a variety of sources on the open web.
GNU Affero General Public License v3.0
120 stars 22 forks source link

PHP 8.1+ compatibility #1115

Closed boonebgorges closed 1 year ago

boonebgorges commented 1 year ago

This is a catch-all ticket for cataloguing issues with latest versions of PHP.

This includes dynamic property support https://www.php.net/manual/en/class.allow-dynamic-properties.php as well as stricter return types https://www.php.net/manual/zh/class.return-type-will-change.php

boonebgorges commented 1 year ago

See b1a70484967c92313e214ddcbd9578f9dcac19b0, fad9b5f154632089c50a88ccc916cbbeb0f1a2fa

boonebgorges commented 1 year ago

With recent checks from PHPStan, I think this can be safely closed against the current milestone.