Skip to content

Commit 805c05a

Browse files
Added missing throws annotation (#318)
1 parent bf58b9c commit 805c05a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Loader.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ private static function readFromFile($filePath)
144144
*
145145
* @param string[] $entries
146146
*
147+
* @throws \Dotenv\Exception\InvalidFileException
148+
*
147149
* @return array<string|null>
148150
*/
149151
private function processEntries(array $entries)

0 commit comments

Comments
 (0)