Unify spacing of declare statements
[MAILPOET-2688]
This commit is contained in:
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user