Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
sergix44 authored and github-actions[bot] committed Oct 28, 2023
1 parent 968dff8 commit eeb2a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Alterations/Fill.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit eeb2a11

Please sign in to comment.