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

View File

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