Test Failed
Push — master ( 860d57...e36708 )
by Alex
02:09
created
HtmlTemplate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -202,7 +202,7 @@
 block discarded – undo
202 202
     protected function fileExists(string $fileSubPath): bool
203 203
     {
204 204
         foreach ($this->paths as $path) {
205
-            print('Check'.trim($path, '/\\') . '/' . trim($fileSubPath, '/\\')."\r\n");
205
+            print('Check' . trim($path, '/\\') . '/' . trim($fileSubPath, '/\\') . "\r\n");
206 206
             if (file_exists(trim($path, '/\\') . '/' . trim($fileSubPath, '/\\'))) {
207 207
                 return true;
208 208
             }
Please login to merge, or discard this patch.