Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Dec 18, 2023
1 parent 206534a commit 6074e02
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 6074e02

Please sign in to comment.