pantheon-systems / solr-power

A WordPress plugin to connect to Pantheon's Apache Solr search infrastructure, or your own!
https://wordpress.org/plugins/solr-power/
GNU General Public License v2.0
126 stars 60 forks source link

PHP 8 Deprecation Notices: Required parameter $section follows optional parameter $page #512

Closed kshaner closed 2 years ago

kshaner commented 2 years ago

With WP_DEBUG on there are deprecation notices on front and back end:

PHP Deprecated:  Required parameter $section follows optional parameter $page in /var/www/wp-content/plugins/solr-power/includes/class-solrpower-options.php on line 589

Since it's a private method, and all usage seems to explicitly specify the $page, $section, and $type arguments, it would appear to be safe to specify a default value for $section and $page which gets rid of these deprecation notices.

danielbachhuber commented 2 years ago

🔨