diff --git a/htdocs/core/modules/holiday/mod_holiday_immaculate.php b/htdocs/core/modules/holiday/mod_holiday_immaculate.php index 7defb2f6dad..8a7c6a95236 100644 --- a/htdocs/core/modules/holiday/mod_holiday_immaculate.php +++ b/htdocs/core/modules/holiday/mod_holiday_immaculate.php @@ -52,7 +52,10 @@ class mod_holiday_immaculate extends ModelNumRefHolidays * @var string model name */ public $name='Immaculate'; - + + /** + * @var int Automatic numbering + */ public $code_auto=1; /** diff --git a/htdocs/core/modules/holiday/mod_holiday_madonna.php b/htdocs/core/modules/holiday/mod_holiday_madonna.php index 1d290ce0909..1cd1274869f 100644 --- a/htdocs/core/modules/holiday/mod_holiday_madonna.php +++ b/htdocs/core/modules/holiday/mod_holiday_madonna.php @@ -54,6 +54,9 @@ class mod_holiday_madonna extends ModelNumRefHolidays */ public $name='Madonna'; + /** + * @var int Automatic numbering + */ public $code_auto=1;