Skip to content

Commit

Permalink
Format code (#6994)
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo authored Aug 8, 2024
1 parent f9d57a9 commit 4b5f319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/LoggerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function testLogThrowable()
public function testLoggingLoopDetection()
{
$logger = new Logger('test', [
$handler = new class() extends TestHandler {
$handler = new class extends TestHandler {
protected function write(array|LogRecord $record): void
{
usleep(1);
Expand Down

0 comments on commit 4b5f319

Please sign in to comment.