From 68a84685141112b9eaa6422de135d89117e97651 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Sun, 14 Jan 2024 11:00:28 +0100 Subject: [PATCH] Fix docblock --- tests/Colors/Hsl/ChannelTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Colors/Hsl/ChannelTest.php b/tests/Colors/Hsl/ChannelTest.php index 2c7f9c27..0b540efb 100644 --- a/tests/Colors/Hsl/ChannelTest.php +++ b/tests/Colors/Hsl/ChannelTest.php @@ -11,7 +11,7 @@ use Intervention\Image\Tests\TestCase; /** * @covers \Intervention\Image\Colors\Hsl\Channels\Hue * @covers \Intervention\Image\Colors\Hsl\Channels\Saturation - * @covers \Intervention\Image\Colors\Hsl\Channels\Value + * @covers \Intervention\Image\Colors\Hsl\Channels\Luminance */ class ChannelTest extends TestCase {