Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion layouts/joomla/form/field/color/advanced.php
Original file line number Diff line number Diff line change
Expand Up @@ -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-*.
*/
Expand Down
2 changes: 1 addition & 1 deletion layouts/plugins/system/privacyconsent/message.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion layouts/plugins/user/terms/message.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down