Fix PHP CS Fixer: remove parentheses on anonymous classes
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -40,7 +40,7 @@ class UserRepositoryTest extends KernelTestCase
|
||||
{
|
||||
$this->expectException(UnsupportedUserException::class);
|
||||
|
||||
$fakeUser = new class () implements PasswordAuthenticatedUserInterface {
|
||||
$fakeUser = new class implements PasswordAuthenticatedUserInterface {
|
||||
public function getPassword(): ?string
|
||||
{
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user