From 69092030cdb27739cc2444d2aa7eaf011c5d0fd0 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 2 Feb 2021 11:15:56 +0100 Subject: [PATCH] make phpcs happy --- lib/setup/SetupClass.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5