[Dotenv] Documentation improvement

This commit is contained in:
jonmldr 2020-02-27 15:24:32 +01:00 committed by Fabien Potencier
parent dc9a0b586f
commit 4f61247ccc

View File

@ -2,7 +2,7 @@ Dotenv Component
================ ================
Symfony Dotenv parses `.env` files to make environment variables stored in them Symfony Dotenv parses `.env` files to make environment variables stored in them
accessible via `$_SERVER`, `$_ENV` and optionally `getenv()`. accessible via `$_SERVER` or `$_ENV`.
Resources Resources
--------- ---------