From eeb2a11b70784e91d1b50e7538da865a48a9af31 Mon Sep 17 00:00:00 2001 From: sergix44 Date: Sat, 28 Oct 2023 16:15:39 +0000 Subject: [PATCH] fix code style --- src/Alterations/Fill.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Alterations/Fill.php b/src/Alterations/Fill.php index 6815667..9f46f3d 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();