polylang / wpml-to-polylang

Tool to migrate a WPML install to Polylang
https://wordpress.org/plugins/wpml-to-polylang/
GNU General Public License v3.0
6 stars 0 forks source link

Remove ignoreErrors entries from phpstan config #8

Closed Screenfeed closed 2 years ago

Screenfeed commented 2 years ago

This removes 2 unnecessary entries from the ignoreErrors section of the phpstan config file. The removed entries were ignoring errors about the 3rd and 4th arguments passed to remove_action() and remove_filter(). However, no calls were found in the plugin's code, meaning these errors were ignored for no nothing.