From ccfb17151b0c251f693c6d324424a69e881bdb3d Mon Sep 17 00:00:00 2001 From: Philipp Date: Tue, 6 Oct 2020 20:56:20 +0200 Subject: [PATCH] small improvements --- static/dependencies.config.php | 2 +- static/env.config.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/dependencies.config.php b/static/dependencies.config.php index ca9b788534..28cc58a611 100644 --- a/static/dependencies.config.php +++ b/static/dependencies.config.php @@ -75,7 +75,7 @@ return [ Util\ConfigFileLoader::class => [ 'shared' => true, 'constructParams' => [ - [Dice::INSTANCE => '$basepath'] + [Dice::INSTANCE => '$basepath'], ], ], Config\Cache::class => [ diff --git a/static/env.config.php b/static/env.config.php index e2b9d2b5b6..1473445ddd 100644 --- a/static/env.config.php +++ b/static/env.config.php @@ -17,7 +17,7 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . * - * Main mapping table of environment variables to correct config values + * Main mapping table of environment variables to namespaced config values * */