Skip to content

Commit 607af55

Browse files
committed
Ignore false positive
1 parent 2b53c09 commit 607af55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Model/Order/Pdf/AbstractPdf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ protected function insertOrder(&$page, $obj, $putOrderId = true)
531531

532532
if (!$order->getIsVirtual()) {
533533
$this->y = $addressesStartY;
534-
$shippingAddress = $shippingAddress ?? [];
534+
$shippingAddress = $shippingAddress ?? []; // @phpstan-ignore-line
535535
foreach ($shippingAddress as $value) {
536536
if ($value !== '') {
537537
$text = [];

0 commit comments

Comments
 (0)