Passed
Push — master ( 406fbf...02c994 )
by Hong
02:14
created
src/Environment.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -24,13 +24,13 @@
 block discarded – undo
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
Please login to merge, or discard this patch.