Test Failed
Push — feature-laravel-5.4 ( 475d96...446986 )
by Kirill
07:30
created
app/Services/ImageUploader/ImageUploader.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@
 block discarded – undo
172 172
     private function removeTemporaryFileOrFail(string $temporaryFilename): bool
173 173
     {
174 174
         if (! $this->removeTemporaryFile($temporaryFilename)) {
175
-            throw new FileException("Can not remove temporary file ${temporaryFilename}.");
175
+            throw new FileException("Can not remove temporary file ${temporaryfilename}.");
176 176
         }
177 177
 
178 178
         return true;
Please login to merge, or discard this patch.