diff --git a/layouts/joomla/form/field/color/advanced.php b/layouts/joomla/form/field/color/advanced.php index f26ce92d89831..f64bf4ed62363 100644 --- a/layouts/joomla/form/field/color/advanced.php +++ b/layouts/joomla/form/field/color/advanced.php @@ -44,7 +44,7 @@ * @var array $options Options available for this field. * @var array $checked Is this field checked? * @var array $position Position of input. - * @var array $control The forms control. + * @var string $control The forms control. * @var string $dataAttribute Miscellaneous data attributes preprocessed for HTML output * @var array $dataAttributes Miscellaneous data attributes for eg, data-*. */ diff --git a/layouts/plugins/system/privacyconsent/message.php b/layouts/plugins/system/privacyconsent/message.php index d9c991e472ace..765772c83e67b 100644 --- a/layouts/plugins/system/privacyconsent/message.php +++ b/layouts/plugins/system/privacyconsent/message.php @@ -38,7 +38,7 @@ * @var string $validate Validation rules to apply. * @var string $value Value attribute of the field. * @var array $options Options available for this field. - * @var array $privacynote The privacy note that needs to be displayed + * @var string $privacynote The privacy note that needs to be displayed * @var array $translateLabel Should the label be translated? * @var array $translateHint Should the hint be translated? * @var array $privacyArticle The Article ID holding the Privacy Article diff --git a/layouts/plugins/user/terms/message.php b/layouts/plugins/user/terms/message.php index f28f1c34491ad..b76dbbdf600f7 100644 --- a/layouts/plugins/user/terms/message.php +++ b/layouts/plugins/user/terms/message.php @@ -38,7 +38,7 @@ * @var string $validate Validation rules to apply. * @var string $value Value attribute of the field. * @var array $options Options available for this field. - * @var array $termsnote The terms note that needs to be displayed + * @var string $termsnote The terms note that needs to be displayed * @var array $translateLabel Should the label be translated? * @var array $translateHint Should the hint be translated? * @var array $termsArticle The Article ID holding the Terms Article