diff --git a/src/Alterations/Fill.php b/src/Alterations/Fill.php index 9f46f3d..6815667 100644 --- a/src/Alterations/Fill.php +++ b/src/Alterations/Fill.php @@ -106,7 +106,7 @@ public function applyWithImagick(Image $image): null // replace image core $this->replaceCore($image, $canvas); - // flood fill with color + // flood fill with color } elseif ($this->color !== null) { // create canvas with filling $canvas = new \Imagick();