8000 minor #22087 Fix some invalid phpdoc in the Dotenv class (stof) · symfony/symfony@c797fc4 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit c797fc4

Browse files
committed
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 ------- 14525b7 Fix some invalid phpdoc in the Dotenv class
2 parents 749451e + 14525b7 commit c797fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Dotenv/Dotenv.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function load(/*...$paths*/)
6161
*
6262
* Note that existing environment variables are never overridden.
6363
*
64-
* @param array An array of env variables
64+
* @param array $values An array of env variables
6565
*/
6666
public function populate($values)
6767
{

0 commit comments

Comments
 (0)
0