small improvements
authorPhilipp <admin@philipp.info>
Tue, 6 Oct 2020 18:56:20 +0000 (20:56 +0200)
committerPhilipp <admin@philipp.info>
Tue, 6 Oct 2020 18:56:20 +0000 (20:56 +0200)
static/dependencies.config.php
static/env.config.php

index ca9b788..28cc58a 100644 (file)
@@ -75,7 +75,7 @@ return [
        Util\ConfigFileLoader::class => [
                'shared'          => true,
                'constructParams' => [
-                       [Dice::INSTANCE => '$basepath']
+                       [Dice::INSTANCE => '$basepath'],
                ],
        ],
        Config\Cache::class          => [
index e2b9d2b..1473445 100644 (file)
@@ -17,7 +17,7 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  *
- * Main mapping table of environment variables to correct config values
+ * Main mapping table of environment variables to namespaced config values
  *
  */