@@ -8,7 +8,7 @@ discard block |
||
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 |
||
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 { |