Passed
Push — master ( 1905c5...4fe93c )
by Nicolaas
39:02 queued 02:30
created
src/Api/ArrayToCSV.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -242,7 +242,7 @@
 block discarded – undo
242 242
         }
243 243
         if ($this->hiddenFile) {
244 244
             if ($returnLinkOnly) {
245
-                return '/downloadcsv/download/'.$this->fileName;
245
+                return '/downloadcsv/download/' . $this->fileName;
246 246
             } else {
247 247
                 return HTTPRequest::send_file(file_get_contents($path), $this->fileName, 'text/csv');
248 248
             }
Please login to merge, or discard this patch.