File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 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]
8485class Zend_Pdf
8586{
8687 /**** Class Constants ****/
Original file line number Diff line number Diff line change 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]
5758abstract class Zend_Pdf_Resource_Font_CidFont extends Zend_Pdf_Resource_Font
5859{
5960 /**
Original file line number Diff line number Diff line change 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]
6364class Zend_Pdf_Resource_Font_Type0 extends Zend_Pdf_Resource_Font
6465{
6566 /**
You can’t perform that action at this time.
0 commit comments