File tree 3 files changed +3
-0
lines changed
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 81
81
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
82
82
* @license http://framework.zend.com/license/new-bsd New BSD License
83
83
*/
84
+ #[\AllowDynamicProperties]
84
85
class Zend_Pdf
85
86
{
86
87
/**** Class Constants ****/
Original file line number Diff line number Diff line change 54
54
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
55
55
* @license http://framework.zend.com/license/new-bsd New BSD License
56
56
*/
57
+ #[\AllowDynamicProperties]
57
58
abstract class Zend_Pdf_Resource_Font_CidFont extends Zend_Pdf_Resource_Font
58
59
{
59
60
/**
Original file line number Diff line number Diff line change 60
60
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
61
61
* @license http://framework.zend.com/license/new-bsd New BSD License
62
62
*/
63
+ #[\AllowDynamicProperties]
63
64
class Zend_Pdf_Resource_Font_Type0 extends Zend_Pdf_Resource_Font
64
65
{
65
66
/**
You can’t perform that action at this time.
0 commit comments