WordPress / plugin-check

A repository for the new Plugin Check plugin from the WordPress Performance and Plugins Team.
https://wordpress.org/plugins/plugin-check/
GNU General Public License v2.0
198 stars 39 forks source link

Implement `try` in checks preparation #383

Closed ernilambar closed 3 months ago

ernilambar commented 5 months ago

Adding try in final public function prepare() in abstract class Abstract_Check_Runner hides that fatal error. But I doubt keeping try there with empty catch block is good approach.

ernilambar commented 3 months ago

Closing this. We need to research for more robust approach.