I had this plugin installed and working ok, but added another plugin that also includes ChromePhp. When I activated the other plugin I get the PHP fatal error "Cannot redeclare class ChromePhp in /Library/WebServer/Documents/wp-content/plugins/post-thumbnail-editor/php/chromephp/ChromePhp.php".
I did a quick spot check and noticed the other plugin does check that if it exists before loading it, but didn't find the same in this plugin. Can you verify this, and if so add a check to prevent it from trying to redeclare the existing class?
I had this plugin installed and working ok, but added another plugin that also includes ChromePhp. When I activated the other plugin I get the PHP fatal error "Cannot redeclare class ChromePhp in /Library/WebServer/Documents/wp-content/plugins/post-thumbnail-editor/php/chromephp/ChromePhp.php".
I did a quick spot check and noticed the other plugin does check that if it exists before loading it, but didn't find the same in this plugin. Can you verify this, and if so add a check to prevent it from trying to redeclare the existing class?