1
0
mirror of https://github.com/Intervention/image.git synced 2025-03-15 22:49:40 +01:00

Optimize method description

This commit is contained in:
Oliver Vogel 2024-01-28 12:18:10 +01:00
parent 8494cc91e3
commit 34e665b7e0
No known key found for this signature in database
GPG Key ID: 1B19D214C02D69BB

View File

@ -7,7 +7,8 @@ namespace Intervention\Image\Interfaces;
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
* @return ColorInterface