From 650193302be317af97c24fcb27e21b7d9d5071a0 Mon Sep 17 00:00:00 2001 From: macbre Date: Wed, 9 Aug 2023 15:43:09 +0100 Subject: [PATCH] NanoLoggerTest: fix @covers annotations --- tests/NanoLoggerTest.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/NanoLoggerTest.php b/tests/NanoLoggerTest.php index f2a24190..97081303 100644 --- a/tests/NanoLoggerTest.php +++ b/tests/NanoLoggerTest.php @@ -16,9 +16,6 @@ protected function write(LogRecord $record): void } } -/** - * @covers NanoLogger - */ class NanoLoggerTest extends \Nano\NanoBaseTest { public function testGetLogger(): void