From b5c86e290f446dd141a6a91a943561958ec80f34 Mon Sep 17 00:00:00 2001 From: Lucas Savva Date: Fri, 20 Dec 2019 10:42:59 +0000 Subject: [PATCH] squashme: fix code style issue --- lib/Configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Configuration.php b/lib/Configuration.php index e779d05f..f9e21119 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -102,7 +102,7 @@ class Configuration public function __construct() { $config = array(); - $basePath = PATH. 'cfg' . DIRECTORY_SEPARATOR; + $basePath = PATH . 'cfg' . DIRECTORY_SEPARATOR; $configIni = $basePath . 'conf.ini'; if (getenv('CONFIG_PATH') !== false) {