Skip to content

Commit 13b3466

Browse files
authored
minor #330 [ci] php-cs-fixer it up
1 parent ef7dba7 commit 13b3466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/UnitTests/Persistence/ResetPasswordRequestRepositoryTraitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class ResetPasswordRequestRepositoryTraitTest extends TestCase
2222
{
2323
public function testTraitIsCompatibleWithInterface(): void
2424
{
25-
$fixture = new class() implements ResetPasswordRequestRepositoryInterface {
25+
$fixture = new class implements ResetPasswordRequestRepositoryInterface {
2626
use ResetPasswordRequestRepositoryTrait;
2727

2828
public function createResetPasswordRequest(

0 commit comments

Comments
 (0)