Test Setup Failed
Push — dev5 ( 52deb7...26db0d )
by Ron
06:01
created
app/Http/Controllers/FileLinks/FileLinksController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
             //  Verify that the upload is valid and being processed
88 88
             if($receiver->isUploaded() === false)
89 89
             {
90
-                Log::error('Upload File Missing - ' .
90
+                Log::error('Upload File Missing - '.
91 91
                 /** @scrutinizer ignore-type */
92 92
                 $request->toArray());
93 93
                 throw new UploadMissingFileException();
Please login to merge, or discard this patch.
app/Http/Controllers/FileLinks/LinkFilesController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
         //  Verify that the upload is valid and being processed
49 49
         if($receiver->isUploaded() === false)
50 50
         {
51
-            Log::error('Upload File Missing - ' .
51
+            Log::error('Upload File Missing - '.
52 52
             /** @scrutinizer ignore-type */
53 53
             $request->toArray());
54 54
             throw new UploadMissingFileException();
Please login to merge, or discard this patch.