Skip to content

Commit af48c04

Browse files
Added missing phpdoc
1 parent 9caf304 commit af48c04

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Dotenv.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ class Dotenv
2424
*/
2525
protected $loader;
2626

27+
/**
28+
* Create a new dotenv instance.
29+
*
30+
* @param string $path
31+
* @param string $file
32+
*
33+
* @return void
34+
*/
2735
public function __construct($path, $file = '.env')
2836
{
2937
$this->filePath = $this->getFilePath($path, $file);

0 commit comments

Comments
 (0)