Passed
Pull Request — master (#2)
by Erik
06:08
created
src/Env.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
         foreach ($env_lines as $line)
29 29
         {
30 30
             if (strlen($line) && str_contains((string) $line, '=')) {
31
-                [$key, $val] = explode('=', (string)$line);
31
+                [$key, $val] = explode('=', (string) $line);
32 32
                 $this->_envVars[$key] = $this->_stripValue($val);
33 33
             }
34 34
         }
Please login to merge, or discard this patch.