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

Set corrent return type in docblock

This commit is contained in:
Oliver Vogel
2023-10-26 16:17:36 +02:00
parent f99170a9bd
commit 49cf5f51ae

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;