Completed
Push — master ( e347e3...6d732f )
by Arman
33s queued 13s
created
src/Environment/Environment.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
 
128 128
         if ($row) {
129 129
             $this->fs->put($envFilePath, preg_replace(
130
-                '/^'. $key . "=" . $row . '/m',
130
+                '/^' . $key . "=" . $row . '/m',
131 131
                 $key . "=" . $value,
132 132
                 $this->fs->get($envFilePath)
133 133
             ));
Please login to merge, or discard this patch.