Skip to content

Commit 4b5f319

Browse files
authored
Format code (#6994)
1 parent f9d57a9 commit 4b5f319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/LoggerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function testLogThrowable()
6060
public function testLoggingLoopDetection()
6161
{
6262
$logger = new Logger('test', [
63-
$handler = new class() extends TestHandler {
63+
$handler = new class extends TestHandler {
6464
protected function write(array|LogRecord $record): void
6565
{
6666
usleep(1);

0 commit comments

Comments
 (0)