Add declare(strict_types=1); to newly added PHP files

[MAILPOET-3868]
This commit is contained in:
Rostislav Wolny
2021-11-02 11:12:13 +01:00
committed by Veljko V
parent 1c0d505f27
commit f52d58f09d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
namespace MailPoet\Cron\Workers;