Skip to content

Commit

Permalink
No static
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid committed Feb 23, 2023
1 parent ff1f769 commit aea5455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Writer/AbstractGdWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public function write(QrCodeInterface $qrCode, LogoInterface|null $logo = null,
return $result;
}

private static function addLogo(LogoInterface $logo, GdResult $result): GdResult
private function addLogo(LogoInterface $logo, GdResult $result): GdResult
{
$logoImageData = LogoImageData::createForLogo($logo);

Expand Down Expand Up @@ -160,7 +160,7 @@ private static function addLogo(LogoInterface $logo, GdResult $result): GdResult
return new GdResult($matrix, $targetImage);
}

private static function addLabel(LabelInterface $label, GdResult $result): GdResult
private function addLabel(LabelInterface $label, GdResult $result): GdResult
{
$targetImage = $result->getImage();

Expand Down

0 comments on commit aea5455

Please sign in to comment.