1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-22 05:22:50 +02:00

Optimize method description

This commit is contained in:
Oliver Vogel
2024-01-28 12:18:10 +01:00
parent 8494cc91e3
commit 34e665b7e0

View File

@@ -7,7 +7,8 @@ namespace Intervention\Image\Interfaces;
interface ColorInterface interface ColorInterface
{ {
/** /**
* Static color factory method that passed input to color decoding input handler * Static color factory method that takes any supported color format
* and returns a corresponding color object
* *
* @param mixed $input * @param mixed $input
* @return ColorInterface * @return ColorInterface