Skip to content

Commit

Permalink
phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Apr 2, 2024
1 parent 93e4c52 commit 2c638b4
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@ class Mage_Usa_Model_Shipping_Carrier_Dhl_Label_Pdf_PageBuilder
*/
protected $_page;

/**
* @var Zend_Pdf_Resource_Font
*/
protected $_fontNormal;

/**
* @var Zend_Pdf_Resource_Font
*/
protected $_fontBold;

/**
* Create font instances
*/
Expand Down

0 comments on commit 2c638b4

Please sign in to comment.