Skip to content

Commit

Permalink
型の定義漏れを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
chihiro-adachi authored Oct 18, 2023
1 parent d8ffe25 commit 9a176cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codeception/acceptance/EF09ThrottlingCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ public function 新規会員登録_入力(AcceptanceTester $I)
$I->see('試行回数の上限を超過しました。しばらくお待ちいただき、再度お試しください。', 'p.ec-reportDescription');
}

public function 管理画面二段階認証($I)
public function 管理画面二段階認証(AcceptanceTester $I)
{
$I->loginAsAdmin();

Expand Down

0 comments on commit 9a176cf

Please sign in to comment.