We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d42a70 commit 207bddaCopy full SHA for 207bdda
1 file changed
src/QrBill.php
@@ -202,7 +202,7 @@ private function getQrCodeContent(): string
202
private function getPossibleEmptyLine(): ?EmptyLine
203
{
204
if ($this->getAlternativeSchemes()) {
205
- if (null === $this->getAdditionalInformation() || null === $this->getAdditionalInformation()->getBillInformation()) {
+ if (null === $this->getAdditionalInformation()?->getBillInformation()) {
206
return new EmptyLine();
207
}
208
0 commit comments