Skip to content

Commit

Permalink
Fix create method return type (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunspikes authored and GrahamCampbell committed Dec 2, 2019
1 parent 8d033db commit 6c4f31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Repository/RepositoryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ private function __construct(array $readers = null, array $writers = null, $immu
/**
* Create a new repository builder instance.
*
* @return void
* @return \Dotenv\Repository\RepositoryBuilder
*/
public static function create()
{
Expand Down

0 comments on commit 6c4f31a

Please sign in to comment.