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;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php declare(strict_types = 1);
namespace MailPoet\Newsletter\Shortcodes\Categories;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,4 @@
<?php
declare(strict_types = 1);
<?php declare(strict_types = 1);
$config = [];
$phpVersion = (int)getenv('ANALYSIS_PHP_VERSION') ?: PHP_VERSION_ID;

View File

@ -1,5 +1,4 @@
<?php
declare(strict_types = 1);
<?php declare(strict_types = 1);
$config = [];
$phpVersion = (int)getenv('ANALYSIS_PHP_VERSION') ?: PHP_VERSION_ID;

View File

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

View File

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

View File

@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php declare(strict_types = 1);
namespace MailPoet\Test\Automation\Integrations\MailPoet\Actions;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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