Completed
Branch feature/environment (8e9d70)
by Benjamin
01:29
created
src/Environment/SwitchTask.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
8 8
  *
9 9
  * @license http://www.opensource.org/licenses/mit-license.html  MIT License
10 10
  */
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace TeamNeusta\Magallanes\Task\TYPO3\Environment;
14 14
 
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
                 $this->copyFile($environmentFile, $actualConfigurationFile);
60 60
             } else {
61 61
                 // throw new RuntimeException('Environment not exist: ' . $environmentFile);
62
-                $this->runtime->log('Environment not exist: ' . $environmentFile, LogLevel::ERROR);
62
+                $this->runtime->log('Environment not exist: '.$environmentFile, LogLevel::ERROR);
63 63
                 return false;
64 64
             }
65 65
         } else {
Please login to merge, or discard this patch.