fix code style in test files
This commit is contained in:
parent
13da7c311a
commit
f95adddaaf
2 changed files with 7 additions and 7 deletions
|
|
@ -43,7 +43,7 @@ class AdminMiddlewareTest extends TestCase
|
|||
|
||||
private function makeHandler(): RequestHandlerInterface
|
||||
{
|
||||
return new class() implements RequestHandlerInterface {
|
||||
return new class implements RequestHandlerInterface {
|
||||
public bool $wasCalled = false;
|
||||
|
||||
public function handle(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue