mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-11-12 23:27:39 +00:00
update cs after php-cs-fixer upgrade
This commit is contained in:
@@ -68,7 +68,7 @@ final class AddressReferenceBaseImporter
|
||||
string $source,
|
||||
?float $lat = null,
|
||||
?float $lon = null,
|
||||
?int $srid = null
|
||||
?int $srid = null,
|
||||
): void {
|
||||
if (!$this->isInitialized) {
|
||||
$this->initialize($source);
|
||||
|
||||
@@ -64,7 +64,7 @@ final class GeographicalUnitBaseImporter
|
||||
string $unitName,
|
||||
string $unitKey,
|
||||
string $geomAsWKT,
|
||||
?int $srid = null
|
||||
?int $srid = null,
|
||||
): void {
|
||||
$this->initialize();
|
||||
|
||||
|
||||
@@ -69,7 +69,7 @@ class PostalCodeBaseImporter
|
||||
string $refPostalCodeSource,
|
||||
float $centerLat,
|
||||
float $centerLon,
|
||||
int $centerSRID
|
||||
int $centerSRID,
|
||||
): void {
|
||||
$this->waitingForInsert[] = [
|
||||
$countryCode,
|
||||
|
||||
Reference in New Issue
Block a user