Fix code style

[MAILPOET-3525]
This commit is contained in:
Pavel Dohnal
2021-04-22 13:50:43 +02:00
committed by Veljko V
parent 025d588591
commit 17c0e26b02

View File

@ -38,20 +38,16 @@ class Settings extends APIEndpoint {
/** @var WPFunctions */
private $wp;
/** @var EntityManager */
private $entityManager;
/** @var StatisticsOpensRepository */
private $statisticsOpensRepository;
public $permissions = [
'global' => AccessControl::PERMISSION_MANAGE_SETTINGS,
];
/**
* @var EntityManager
*/
private $entityManager;
/**
* @var StatisticsOpensRepository
*/
private $statisticsOpensRepository;
public function __construct(
SettingsController $settings,
Bridge $bridge,