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 Dec 27, 2023
1 parent 7794c13 commit b8452f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Alterations/AbstractText.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

abstract class AbstractText extends Alteration implements GdAlteration, ImagickAlteration
{

public function writeWithGd(Image $image, GdText $text, Driver $driver, int $x, int $y): void
{
$color = $driver->parseColor($text->color);
Expand Down Expand Up @@ -349,5 +348,4 @@ public function writeWithImagick(Image $image, ImagickText $text, Driver $driver

$image->getCore()->annotateImage($draw, $x, $y, $text->angle * (-1), $text->text);
}

}

0 comments on commit b8452f2

Please sign in to comment.