Merge pull request #1746 from mailpoet/phpstan-cleanup

Raise PHPStan strictness level to 1
This commit is contained in:
M. Shull
2019-01-28 10:47:24 -05:00
committed by GitHub
80 changed files with 318 additions and 119 deletions

View File

@@ -37,6 +37,8 @@ class Menu {
const LAST_ANNOUNCEMENT_DATE = '2019-01-28 10:00:00';
public $renderer;
public $mp_api_key_valid;
public $premium_key_valid;
private $access_control;
private $subscribers_over_limit;
private $wp;