Failed Conditions
Push — fix-message-id-run-test ( 4fe74b...be7b70 )
by Kiyotaka
15:13 queued 09:02
created
src/Eccube/Controller/ForgotController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -181,7 +181,7 @@
 block discarded – undo
181 181
             ]
182 182
         );
183 183
 
184
-        if (count($errors) > 0 ) {
184
+        if (count($errors) > 0) {
185 185
             // リセットキーに以上がある場合
186 186
             throw new HttpException\NotFoundHttpException();
187 187
         }
Please login to merge, or discard this patch.