@@ -41,8 +41,8 @@ |
||
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) { |