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 * */