@@ -103,7 +103,7 @@ discard block |
||
103 | 103 | (new self())->executeClear($inOut, $container); |
104 | 104 | break; |
105 | 105 | default: |
106 | - $inOut->writeError("Unsupported action `$action`." . PHP_EOL); |
|
106 | + $inOut->writeError("Unsupported action `$action`.".PHP_EOL); |
|
107 | 107 | break; |
108 | 108 | } |
109 | 109 | } |
@@ -125,7 +125,7 @@ discard block |
||
125 | 125 | $fileSystem->isFolder($fileOrFolder) === false ?: $fileSystem->deleteFolderRecursive($fileOrFolder); |
126 | 126 | } |
127 | 127 | |
128 | - $inOut->writeInfo('Cache has been cleared.' . PHP_EOL); |
|
128 | + $inOut->writeInfo('Cache has been cleared.'.PHP_EOL); |
|
129 | 129 | } |
130 | 130 | |
131 | 131 | /** |
@@ -147,14 +147,14 @@ discard block |
||
147 | 147 | foreach ($templates as $templateName) { |
148 | 148 | // it will write template to cache |
149 | 149 | $inOut->writeInfo( |
150 | - "Starting template caching for `$templateName`..." . PHP_EOL, |
|
150 | + "Starting template caching for `$templateName`...".PHP_EOL, |
|
151 | 151 | IoInterface::VERBOSITY_VERBOSE |
152 | 152 | ); |
153 | 153 | |
154 | 154 | $cache->cache($templateName); |
155 | 155 | |
156 | 156 | $inOut->writeInfo( |
157 | - "Template caching finished for `$templateName`." . PHP_EOL, |
|
157 | + "Template caching finished for `$templateName`.".PHP_EOL, |
|
158 | 158 | IoInterface::VERBOSITY_NORMAL |
159 | 159 | ); |
160 | 160 | } |