Skip to content

Commit 6c4f31a

Browse files
sunspikesGrahamCampbell
authored andcommitted
Fix create method return type (#389)
1 parent 8d033db commit 6c4f31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Repository/RepositoryBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ private function __construct(array $readers = null, array $writers = null, $immu
5050
/**
5151
* Create a new repository builder instance.
5252
*
53-
* @return void
53+
* @return \Dotenv\Repository\RepositoryBuilder
5454
*/
5555
public static function create()
5656
{

0 commit comments

Comments
 (0)