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

Set correct return type in docblock

This commit is contained in:
Oliver Vogel
2023-10-26 16:16:47 +02:00
parent a348c45cd9
commit 93e64840cd

View File

@@ -152,7 +152,7 @@ interface ImageInterface extends Traversable, Countable
*
* @param int $x
* @param int $y
* @return ColorInterface
* @return CollectionInterface
*/
public function pickColors(int $x, int $y): CollectionInterface;