Skip to content
Snippets Groups Projects
Verified Commit 7da9fac6 authored by James Wilson's avatar James Wilson
Browse files

Issue #3493840 by jwilson3: Fix code formatting issues introduced in aa3bcb5f

parent a6387057
No related branches found
No related tags found
No related merge requests found
Pipeline #376151 failed
......@@ -412,8 +412,8 @@ function _label_help_prepend_description(&$element, $content, $use_case = 0) {
],
];
}
if(!is_array($element['#description'])){
$element['#description'] =[];
if (!is_array($element['#description'])) {
$element['#description'] = [];
}
// Prepend the message to the description render array.
$element['#description']['label_help'] = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment