1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-01 03:20:17 +02:00

Fix docblock

This commit is contained in:
Oliver Vogel
2024-01-14 11:00:28 +01:00
parent 92aa8b4b1e
commit 68a8468514

View File

@@ -11,7 +11,7 @@ use Intervention\Image\Tests\TestCase;
/** /**
* @covers \Intervention\Image\Colors\Hsl\Channels\Hue * @covers \Intervention\Image\Colors\Hsl\Channels\Hue
* @covers \Intervention\Image\Colors\Hsl\Channels\Saturation * @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 class ChannelTest extends TestCase
{ {