We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95598b1 commit 2e03131Copy full SHA for 2e03131
src/Loader.php
@@ -81,7 +81,7 @@ public function setImmutable($immutable = false)
81
/**
82
* Load the environment file from disk.
83
*
84
- * @throws \Dotenv\Exception\InvalidFileException
+ * @throws \Dotenv\Exception\InvalidPathException|\Dotenv\Exception\InvalidFileException
85
86
* @return array<string|null>
87
*/
@@ -97,7 +97,7 @@ public function load()
97
98
* @param string $content
99
100
- * @throws \Dotenv\Exception\InvalidPathException|\Dotenv\Exception\InvalidFileException
+ * @throws \Dotenv\Exception\InvalidFileException
101
102
103
0 commit comments