Skip to content

Commit e69a4f0

Browse files
authored
Merge pull request #1 from magento-gl/AC-7790
[Hammer]AC-7790:PHP8.2 - Integration Failures/Unit Failures
2 parents cb5179d + e28a4c6 commit e69a4f0

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

library/Zend/Pdf.php

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
8282
* @license http://framework.zend.com/license/new-bsd New BSD License
8383
*/
84+
#[\AllowDynamicProperties]
8485
class Zend_Pdf
8586
{
8687
/**** Class Constants ****/

library/Zend/Pdf/Resource/Font/CidFont.php

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
5555
* @license http://framework.zend.com/license/new-bsd New BSD License
5656
*/
57+
#[\AllowDynamicProperties]
5758
abstract class Zend_Pdf_Resource_Font_CidFont extends Zend_Pdf_Resource_Font
5859
{
5960
/**

library/Zend/Pdf/Resource/Font/Type0.php

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
6161
* @license http://framework.zend.com/license/new-bsd New BSD License
6262
*/
63+
#[\AllowDynamicProperties]
6364
class Zend_Pdf_Resource_Font_Type0 extends Zend_Pdf_Resource_Font
6465
{
6566
/**

0 commit comments

Comments
 (0)