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 59941ee commit 76e828eCopy full SHA for 76e828e
app/code/Magento/Sales/Model/Order/Pdf/AbstractPdf.php
@@ -177,7 +177,7 @@ public function __construct(
177
\Magento\Framework\Translate\Inline\StateInterface $inlineTranslation,
178
\Magento\Sales\Model\Order\Address\Renderer $addressRenderer,
179
array $data = [],
180
- TaxHelper $taxHelper = null,
+ ?TaxHelper $taxHelper = null,
181
Database $fileStorageDatabase = null,
182
?RtlTextHandler $rtlTextHandler = null,
183
?Image $image = null
0 commit comments