Skip to content

Commit

Permalink
Fix visibility of QrBill::getQrCodeContent to private
Browse files Browse the repository at this point in the history
  • Loading branch information
sprain committed Feb 8, 2019
1 parent 362f194 commit f0e99b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QrBill.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ public function getQrCode(): QrCode
return $qrCode;
}

public function getQrCodeContent(): string
private function getQrCodeContent(): string
{
$elements = [
$this->getHeader(),
Expand Down

0 comments on commit f0e99b8

Please sign in to comment.