fix phpstan (#26815)

This commit is contained in:
Frédéric FRANCE 2023-11-23 15:11:32 +01:00 committed by GitHub
parent e229d63bfd
commit dfd25926f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,8 +104,12 @@ abstract class CommonStickerGenerator extends CommonDocGenerator
protected $_First = 1;
public $Tformat;
/**
* @var array
*/
public $_Avery_Labels;
// phpcs:enable
/**
* Constructor
*