fix cs: mismatch header and strict type declaration

This commit is contained in:
Julien Fastré 2022-10-06 22:23:38 +02:00
parent ba7adf59ff
commit 36590e7810
93 changed files with 2 additions and 95 deletions

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*
@ -108,8 +107,8 @@ class GeographicalUnitFilter implements \Chill\MainBundle\Export\FilterInterface
', ',
array_map(
function (GeographicalUnit $item) {
return $this->translatableStringHelper->localize($item->getLayer()->getName()) . ' > ' . $item->getUnitName();
},
return $this->translatableStringHelper->localize($item->getLayer()->getName()) . ' > ' . $item->getUnitName();
},
$data['units']->toArray()
)
),

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*

View File

@ -1,6 +1,5 @@
<?php
declare(strict_types=1);
/*