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

View File

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