]> git.openstreetmap.org Git - nominatim.git/commitdiff
make phpcs happy
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 28 Jun 2020 16:24:29 +0000 (18:24 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 28 Jun 2020 16:24:29 +0000 (18:24 +0200)
utils/update.php

index 9bb3388a1598a24ced032b8a03aa0607aeef3fa4..189a18255090732a4d62f08f9436caa8447b99da 100644 (file)
@@ -92,8 +92,10 @@ if (!is_null(CONST_Osm2pgsql_Flatnode_File) && CONST_Osm2pgsql_Flatnode_File) {
     $oOsm2pgsqlCmd->addParams('--flat-nodes', CONST_Osm2pgsql_Flatnode_File);
 }
 if ($fPostgresVersion >= 11.0) {
-    $oOsm2pgsqlCmd->addEnvPair('PGOPTIONS',
-                               '-c jit=off -c max_parallel_workers_per_gather=0');
+    $oOsm2pgsqlCmd->addEnvPair(
+        'PGOPTIONS',
+        '-c jit=off -c max_parallel_workers_per_gather=0'
+    );
 }