Passed
Pull Request — 5.1 (#2217)
by
unknown
06:42
created
library/think/Request.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1221,7 +1221,7 @@
 block discarded – undo
1221 1221
                             if($errorNo==4){
1222 1222
                                 continue;
1223 1223
                             }
1224
-                        }else {
1224
+                        } else {
1225 1225
                             //有.符号,但是二级名称不匹配时
1226 1226
                             if ($subName != $subFileName) {
1227 1227
                                 continue;
Please login to merge, or discard this patch.