Completed
Push — master ( 611a7b...e23d2f )
by Julien
05:10 queued 02:17
created
src/Helper/EnvFileHelper.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,8 +41,8 @@
 block discarded – undo
41 41
             $content = \preg_replace("/^$key=.*/m", $key.'='.$value, $content);
42 42
         } else {
43 43
             $commentLines = \explode("\n", $comment ?? '');
44
-            $commentLines = \array_map(function (string $line) {
45
-                return '# '. $line;
44
+            $commentLines = \array_map(function(string $line) {
45
+                return '# '.$line;
46 46
             }, $commentLines);
47 47
             $comments = \implode("\n", $commentLines);
48 48
             if ($comment) {
Please login to merge, or discard this patch.