caseproof / members

Members WordPress plugin.
GNU General Public License v2.0
78 stars 35 forks source link

Fix PHP 8.1 deprecation notice. #117

Closed DumahX closed 9 months ago

DumahX commented 9 months ago

Starting in PHP 8.1, the process of auto-creating arrays from "false" values is deprecated so we'll want to ensure we're working with an actual array before assigning elements to it: https://wiki.php.net/rfc/autovivification_false