Skip to content
Snippets Groups Projects
Unverified Commit 1a85b410 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Fix linter issue

parent 38122183
No related branches found
No related tags found
No related merge requests found
Pipeline #79101 passed
......@@ -13,8 +13,7 @@ $replacement = '# $1';
$strAfter = preg_replace($pattern, $replacement, $str);
if ($strAfter !== $str)
{
if ($strAfter !== $str) {
// write the entire string
file_put_contents('.env', $strAfter);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment