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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user