Skip to content

Commit 3dd82a1

Browse files
authored
Merge pull request #390 from kenjis/fix-LoginTest-cs
style: composer cs-fix (LoginTest.php)
2 parents d632fa1 + b473da1 commit 3dd82a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Controllers/LoginTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public function testLoginActionUsernameSuccess(): void
118118
Time::setTestNow('March 10, 2017', 'America/Chicago');
119119

120120
// Change the validation rules
121-
$config = new class () extends Validation {
121+
$config = new class () extends Validation {
122122
public $login = [
123123
'password' => 'required',
124124
];

0 commit comments

Comments
 (0)