Use strict types in tests

[MAILPOET-2688]
This commit is contained in:
Jan Jakes
2022-11-17 16:00:51 +01:00
committed by Aschepikov
parent c67c58709b
commit 82aeb89854
470 changed files with 471 additions and 471 deletions

View File

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types = 1);
namespace MailPoet\Test\API\JSON\v1;