diff --git a/system/I18n/Time.php b/system/I18n/Time.php index 9097dcacdb12..f01718aac6e0 100644 --- a/system/I18n/Time.php +++ b/system/I18n/Time.php @@ -25,6 +25,7 @@ * @property string $dayOfYear read-only * @property bool $dst read-only * @property string $hour read-only + * @property bool $local read-only * @property string $minute read-only * @property string $month read-only * @property string $quarter read-only diff --git a/system/I18n/TimeLegacy.php b/system/I18n/TimeLegacy.php index adc35bf51d10..35523e322475 100644 --- a/system/I18n/TimeLegacy.php +++ b/system/I18n/TimeLegacy.php @@ -26,6 +26,7 @@ * @property string $dayOfYear read-only * @property bool $dst read-only * @property string $hour read-only + * @property bool $local read-only * @property string $minute read-only * @property string $month read-only * @property string $quarter read-only