From 480e21b88a9156a50f1b2fd62db234d8bbed832f Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Thu, 24 Oct 2019 15:06:56 +0200 Subject: [PATCH] add some comment --- htdocs/core/modules/holiday/mod_holiday_immaculate.php | 5 ++++- htdocs/core/modules/holiday/mod_holiday_madonna.php | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) 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;