Passed
Push — v6 ( fe03e1...0ec70f )
by 光春
04:11
created
src/service/pinduoduo/bin/src/Common/JsonUtil.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
         preg_match($pattern, $doc, $matches);
18 18
         if ($matches && count($matches) == 3) {
19 19
             return array($matches[1], $matches[2]);
20
-        } else {
20
+        }else {
21 21
             return NULL;
22 22
         }
23 23
     }
Please login to merge, or discard this patch.