Skip to content

Commit 0df16d0

Browse files
committed
#AC-7893::Unable to create Shipping Label while creating shipment for DHL shipping method with PHP 8.2-fixed emition of dynamic property creation deprecation
1 parent e69a4f0 commit 0df16d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/Zend/Pdf/Parser.php

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
3636
* @license http://framework.zend.com/license/new-bsd New BSD License
3737
*/
38+
#[\AllowDynamicProperties]
3839
class Zend_Pdf_Parser
3940
{
4041
/**

0 commit comments

Comments
 (0)