@@ -181,7 +181,7 @@ |
||
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 | } |