Fix strict types definition spacing

[MAILPOET-4879]
This commit is contained in:
Rostislav Wolny
2022-11-30 12:20:10 +01:00
committed by Jan Jakeš
parent 52a9d9f76c
commit 172b5215d2

View File

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