Skip to content

Commit 2e03131

Browse files
Corrected phpdoc
1 parent 95598b1 commit 2e03131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Loader.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function setImmutable($immutable = false)
8181
/**
8282
* Load the environment file from disk.
8383
*
84-
* @throws \Dotenv\Exception\InvalidFileException
84+
* @throws \Dotenv\Exception\InvalidPathException|\Dotenv\Exception\InvalidFileException
8585
*
8686
* @return array<string|null>
8787
*/
@@ -97,7 +97,7 @@ public function load()
9797
*
9898
* @param string $content
9999
*
100-
* @throws \Dotenv\Exception\InvalidPathException|\Dotenv\Exception\InvalidFileException
100+
* @throws \Dotenv\Exception\InvalidFileException
101101
*
102102
* @return array<string|null>
103103
*/

0 commit comments

Comments
 (0)