Fix constructors [MAILPOET-2488]

This commit is contained in:
wxa
2019-12-20 09:36:15 +03:00
committed by amine-mp
parent 1d757e1374
commit ce719433e8
13 changed files with 27 additions and 26 deletions

View File

@ -58,7 +58,7 @@ class SendingQueueTest extends \MailPoetTest {
private $sending_error_handler;
/** @var SettingsController */
private $settings;
/** @var Scheduler */
/** @var StatsNotificationsScheduler */
private $stats_notifications_worker;
/** @var LoggerFactory */
private $logger_factory;