Skip to content

Commit

Permalink
Merge pull request #1 from magento-gl/AC-7790
Browse files Browse the repository at this point in the history
[Hammer]AC-7790:PHP8.2 - Integration Failures/Unit Failures
  • Loading branch information
sidolov authored Jan 26, 2023
2 parents cb5179d + e28a4c6 commit e69a4f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions library/Zend/Pdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[\AllowDynamicProperties]
class Zend_Pdf
{
/**** Class Constants ****/
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Pdf/Resource/Font/CidFont.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[\AllowDynamicProperties]
abstract class Zend_Pdf_Resource_Font_CidFont extends Zend_Pdf_Resource_Font
{
/**
Expand Down
1 change: 1 addition & 0 deletions library/Zend/Pdf/Resource/Font/Type0.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
#[\AllowDynamicProperties]
class Zend_Pdf_Resource_Font_Type0 extends Zend_Pdf_Resource_Font
{
/**
Expand Down

0 comments on commit e69a4f0

Please sign in to comment.