Skip to content

Commit 379677a

Browse files
committed
#35706 Remote storage issue #35706
- Changed the modificator of access of property and its phpdoc for Image
1 parent 8815fd6 commit 379677a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ abstract class AbstractPdf extends \Magento\Framework\DataObject
6363
private $rtlTextHandler;
6464

6565
/**
66-
* @var \Magento\Framework\File\Pdf\Image|mixed
66+
* @var \Magento\Framework\File\Pdf\Image
6767
*/
68-
protected $image;
68+
private $image;
6969

7070
/**
7171
* Retrieve PDF

0 commit comments

Comments
 (0)