Completed
Pull Request — master (#3)
by Dmitry
02:43
created
src/handlers/CopyHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
         } catch (\Exception $e) {
28 28
             throw new \RuntimeException("Failed to copy file \"{$data->getCopy()}\" to \"$path\": {$e->getMessage()}");
29 29
         }
30
-        Yii::warning('Copied file: ' . $path);
30
+        Yii::warning('Copied file: '.$path);
31 31
     }
32 32
 
33 33
     /**
Please login to merge, or discard this patch.