This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Dotenv
Fabien Potencier c797fc4462 minor #22087 Fix some invalid phpdoc in the Dotenv class (stof)
This PR was merged into the 3.3-dev branch.

Discussion
----------

Fix some invalid phpdoc in the Dotenv class

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

Commits
-------

14525b73b8 Fix some invalid phpdoc in the Dotenv class
2017-03-21 07:24:05 -07:00
..
Exception [Dotenv] added the component 2017-01-12 08:39:44 -08:00
Tests Updated to PHPUnit namespaces 2017-02-20 14:56:45 +01:00
.gitignore [Dotenv] added the component 2017-01-12 08:39:44 -08:00
CHANGELOG.md [Dotenv] added the component 2017-01-12 08:39:44 -08:00
composer.json [Dotenv] added the component 2017-01-12 08:39:44 -08:00
Dotenv.php minor #22087 Fix some invalid phpdoc in the Dotenv class (stof) 2017-03-21 07:24:05 -07:00
LICENSE [Dotenv] added the component 2017-01-12 08:39:44 -08:00
phpunit.xml.dist [Dotenv] added the component 2017-01-12 08:39:44 -08:00
README.md Fix dotenv documentation link 2017-03-16 11:46:40 -04:00

Dotenv Component

Symfony Dotenv parses .env files to make environment variables stored in them accessible via getenv(), $_ENV, or $_SERVER.

Resources