Completed
Pull Request — master (#215)
by
unknown
09:59
created
src/JiraClient.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -566,7 +566,7 @@
 block discarded – undo
566 566
             curl_close($ch);
567 567
 
568 568
             if (!$forceDownload) {
569
-               fclose($file);
569
+                fclose($file);
570 570
             }
571 571
 
572 572
             /*
Please login to merge, or discard this patch.