Passed
Pull Request — master (#1388)
by
unknown
02:40
created
src/OpenPlatform/Authorizer/MiniProgram/Setting/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
             'license' => $licenseMediaId,
92 92
         ];
93 93
 
94
-        for ($i = \count($otherStuffs) - 1; $i >= 0 ; --$i) {
94
+        for ($i = \count($otherStuffs) - 1; $i >= 0; --$i) {
95 95
             $params['naming_other_stuff_'.($i + 1)] = $otherStuffs[$i];
96 96
         }
97 97
 
Please login to merge, or discard this patch.