Passed
Push — master ( 01bab4...e0f3b3 )
by KwangSeob
03:09
created
src/JiraClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -432,7 +432,7 @@
 block discarded – undo
432 432
     {
433 433
         // use cookie
434 434
         if ($this->getConfiguration()->isCookieAuthorizationEnabled()) {
435
-            if ($cookieFile === null){
435
+            if ($cookieFile === null) {
436 436
                 $cookieFile = $this->getConfiguration()->getCookieFile();
437 437
             }
438 438
 
Please login to merge, or discard this patch.