Completed
Pull Request — master (#4173)
by Craig
05:20
created
src/Zikula/CoreInstallerBundle/Helper/ParameterHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@
 block discarded – undo
184 184
         $lines[] = 'APP_DEBUG=1';
185 185
         $lines[] = 'APP_SECRET=\'' . $generator->generateString(50) . '\'';
186 186
         $lines[] = $databaseSetting;
187
-        $lines[] = 'ZIKULA_INSTALLED=\'' . ZikulaKernel::VERSION .'\'';
187
+        $lines[] = 'ZIKULA_INSTALLED=\'' . ZikulaKernel::VERSION . '\'';
188 188
 
189 189
         $fileSystem = new Filesystem();
190 190
         try {
Please login to merge, or discard this patch.