Skip to content

Commit

Permalink
Corrected phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jan 24, 2019
1 parent 95598b1 commit 2e03131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function setImmutable($immutable = false)
/**
* Load the environment file from disk.
*
* @throws \Dotenv\Exception\InvalidFileException
* @throws \Dotenv\Exception\InvalidPathException|\Dotenv\Exception\InvalidFileException
*
* @return array<string|null>
*/
Expand All @@ -97,7 +97,7 @@ public function load()
*
* @param string $content
*
* @throws \Dotenv\Exception\InvalidPathException|\Dotenv\Exception\InvalidFileException
* @throws \Dotenv\Exception\InvalidFileException
*
* @return array<string|null>
*/
Expand Down

0 comments on commit 2e03131

Please sign in to comment.