Unify spacing of declare statements

[MAILPOET-2688]
This commit is contained in:
Jan Jakes
2022-11-17 15:51:11 +01:00
committed by Aschepikov
parent 75b5958a53
commit c67c58709b
45 changed files with 45 additions and 47 deletions

View File

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