make phpcs happy

This commit is contained in:
Sarah Hoffmann
2021-02-02 11:15:56 +01:00
parent 109aa9c428
commit 69092030cd

View File

@@ -156,7 +156,7 @@ class SetupFunctions
chmod($sDest.'/nominatim.so', 0755); chmod($sDest.'/nominatim.so', 0755);
info("Database module installed at $sDest."); info("Database module installed at $sDest.");
} else { } 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 // Try accessing the C module, so we know early if something is wrong