diff --git a/src/Interfaces/ImageInterface.php b/src/Interfaces/ImageInterface.php index efd9e221..08a48534 100644 --- a/src/Interfaces/ImageInterface.php +++ b/src/Interfaces/ImageInterface.php @@ -670,10 +670,10 @@ interface ImageInterface extends IteratorAggregate, Countable /** * Fill image with given color * - * If coordinates are transferred in the form of X and Y values, the function - * is executed as a flood fill. This means that the color at the specified - * position is taken as a reference and all adjacent pixels are also filled - * with the same color. + * If an optional position is specified for the filling process ln the form + * of x and y coordinates, the process is executed as flood fill. This means + * that the color at the specified position is taken as a reference and all + * adjacent pixels are also filled with the filling color. * * If no coordinates are specified, the entire image area is filled. *