]> git.openstreetmap.org Git - nominatim.git/commitdiff
make phpcs happy
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 17 Dec 2020 15:44:52 +0000 (16:44 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 19 Dec 2020 13:33:04 +0000 (14:33 +0100)
lib/setup/SetupClass.php

index fd2b83dea96151088975ba5a8e620bcc27b09803..d3c4c4eb62044903bcc564d48899b853e5334a9f 100755 (executable)
@@ -727,7 +727,7 @@ class SetupFunctions
           'status.php'
         );
 
-        foreach($aScripts as $sScript) {
+        foreach ($aScripts as $sScript) {
             $rFile = fopen(CONST_InstallDir.'/website/'.$sScript, 'w');
 
             fwrite($rFile, "<?php\n\n");