Completed
Pull Request — master (#303)
by Andrejs
02:25
created
src/Issue/IssueService.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -718,7 +718,7 @@  discard block
 block discarded – undo
718 718
 
719 719
         $ret = $this->exec($url, null, $type);
720 720
 
721
-        return (bool)$ret;
721
+        return (bool) $ret;
722 722
     }
723 723
 
724 724
     /**
@@ -926,7 +926,7 @@  discard block
 block discarded – undo
926 926
         $metas = json_decode($ret, true);
927 927
 
928 928
         // extract only custom field(startWith customefield_XXXXX)
929
-        $cfs = array_filter($metas['fields'], function ($key) {
929
+        $cfs = array_filter($metas['fields'], function($key) {
930 930
             $pos = strpos($key, 'customfield');
931 931
 
932 932
             return $pos !== false;
Please login to merge, or discard this patch.