small improvements

This commit is contained in:
Philipp Holzer 2020-10-06 20:56:20 +02:00
parent d39ee428f0
commit ccfb17151b
No known key found for this signature in database
GPG Key ID: 9A28B7D4FF5667BD
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ return [
Util\ConfigFileLoader::class => [
'shared' => true,
'constructParams' => [
[Dice::INSTANCE => '$basepath']
[Dice::INSTANCE => '$basepath'],
],
],
Config\Cache::class => [

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