Fix code style and add checks

This commit is contained in:
Amine Ben hammou
2019-06-25 11:36:01 +01:00
committed by M. Shull
parent 232ef05e81
commit 7fba1be402
4 changed files with 17 additions and 12 deletions

View File

@ -38,7 +38,6 @@ if (!defined('ABSPATH')) exit;
class Menu {
const MAIN_PAGE_SLUG = 'mailpoet-newsletters';
const LAST_ANNOUNCEMENT_DATE = '2019-06-10 10:00:00';
/** @var WooCommerceHelper */
private $woocommerce_helper;