Passed
Pull Request — master (#308)
by KwangSeob
02:09
created
src/Issue/IssueService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -783,7 +783,7 @@
 block discarded – undo
783 783
         $metas = json_decode($ret, true);
784 784
 
785 785
         // extract only custom field(startWith customefield_XXXXX)
786
-        $cfs = array_filter($metas['fields'], function ($key) {
786
+        $cfs = array_filter($metas['fields'], function($key) {
787 787
             $pos = strpos($key, 'customfield');
788 788
 
789 789
             return $pos !== false;
Please login to merge, or discard this patch.