Skip to content

Commit b473da1

Browse files
committed
style: composer cs-fix
1 parent d632fa1 commit b473da1

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)