mirror of
https://github.com/Intervention/image.git
synced 2025-08-23 14:02:47 +02:00
Set corrent return type in docblock
This commit is contained in:
@@ -152,7 +152,7 @@ interface ImageInterface extends Traversable, Countable
|
|||||||
*
|
*
|
||||||
* @param int $x
|
* @param int $x
|
||||||
* @param int $y
|
* @param int $y
|
||||||
* @return ColorInterface
|
* @return CollectionInterface
|
||||||
*/
|
*/
|
||||||
public function pickColors(int $x, int $y): CollectionInterface;
|
public function pickColors(int $x, int $y): CollectionInterface;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user