Convert property names to camel case
[MAILPOET-1796]
This commit is contained in:
@@ -9,7 +9,7 @@ use MailPoet\WooCommerce\Helper;
|
||||
class RequirementsChecker {
|
||||
|
||||
/** @var Helper */
|
||||
private $woocommerce_helper;
|
||||
private $woocommerceHelper;
|
||||
|
||||
public function __construct(Helper $woocommerceHelper = null) {
|
||||
if (!$woocommerceHelper) {
|
||||
|
Reference in New Issue
Block a user