From: Sarah Hoffmann Date: Tue, 2 Feb 2021 10:15:56 +0000 (+0100) Subject: make phpcs happy X-Git-Tag: v3.7.0~41^2~5 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/69092030cdb27739cc2444d2aa7eaf011c5d0fd0 make phpcs happy --- diff --git a/lib/setup/SetupClass.php b/lib/setup/SetupClass.php index f430b6c9..e618752c 100755 --- a/lib/setup/SetupClass.php +++ b/lib/setup/SetupClass.php @@ -156,7 +156,7 @@ class SetupFunctions chmod($sDest.'/nominatim.so', 0755); info("Database module installed at $sDest."); } else { - info("Running from build directory. Leaving database module as is."); + info('Running from build directory. Leaving database module as is.'); } } // Try accessing the C module, so we know early if something is wrong