@@ -24,13 +24,13 @@ |
||
24 | 24 | use ReferenceTrait; |
25 | 25 | |
26 | 26 | /** |
27 | - * Load environment variables from a .env file |
|
28 | - * |
|
29 | - * @param string $path full path of the .env file |
|
30 | - * @param bool $overwrite overwrite existing values |
|
31 | - * @throws \RuntimeException if $path not readable |
|
32 | - * @return object $this able to chain |
|
33 | - */ |
|
27 | + * Load environment variables from a .env file |
|
28 | + * |
|
29 | + * @param string $path full path of the .env file |
|
30 | + * @param bool $overwrite overwrite existing values |
|
31 | + * @throws \RuntimeException if $path not readable |
|
32 | + * @return object $this able to chain |
|
33 | + */ |
|
34 | 34 | |
35 | 35 | |
36 | 36 | public function load(string $path, bool $overwrite = false): object |