Skip to content

Commit

Permalink
Remove unneeded local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sprain committed Oct 1, 2023
1 parent b9308cd commit 16ad50e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/PaymentPart/Output/AbstractOutput.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ protected function getFurtherInformationElements(): array

protected function getQrCode(): QrCode
{
$qrCode = $this->qrBill->getQrCode($this->getQrCodeImageFormat());

return $qrCode;
return $this->qrBill->getQrCode($this->getQrCodeImageFormat());
}
}

0 comments on commit 16ad50e

Please sign in to comment.