We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d57a9 commit 4b5f319Copy full SHA for 4b5f319
tests/LoggerTest.php
@@ -60,7 +60,7 @@ public function testLogThrowable()
60
public function testLoggingLoopDetection()
61
{
62
$logger = new Logger('test', [
63
- $handler = new class() extends TestHandler {
+ $handler = new class extends TestHandler {
64
protected function write(array|LogRecord $record): void
65
66
usleep(1);
0 commit comments