Skip to content

Commit 84e1914

Browse files
committed
ci: fix php-stan error
1 parent efe5351 commit 84e1914

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/src/Bridge/Laravel/LoggerFactoryTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public function it_should_return_custom_logger_from_factory(): void
4848
new DatabaseConfig(config('cycle.database'))
4949
);
5050

51+
// @phpstan-ignore-next-line
5152
$logger = $loggerFactory->getLogger($mockDriver);
5253
$logger->info('Test log entry');
5354

0 commit comments

Comments
 (0)