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 efe5351 commit 84e1914Copy full SHA for 84e1914
tests/src/Bridge/Laravel/LoggerFactoryTest.php
@@ -48,6 +48,7 @@ public function it_should_return_custom_logger_from_factory(): void
48
new DatabaseConfig(config('cycle.database'))
49
);
50
51
+ // @phpstan-ignore-next-line
52
$logger = $loggerFactory->getLogger($mockDriver);
53
$logger->info('Test log entry');
54
0 commit comments