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.
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 toremove_action()
andremove_filter()
. However, no calls were found in the plugin's code, meaning these errors were ignored for no nothing.