Completed
Pull Request — master (#215)
by
unknown
16:18
created
src/JiraClient.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -591,8 +591,7 @@
 block discarded – undo
591 591
                 header('Content-Type: application/octet-stream');
592 592
                 header('Content-Disposition: attachment; filename='.basename($url));
593 593
                 header('Content-Transfer-Encoding: binary');
594
-            }
595
-            else {
594
+            } else {
596 595
                 fclose($file);
597 596
             }
598 597
 
Please login to merge, or discard this patch.