Fix array line length and doc comment alignment issues.
Fix array declaration line length and align doc comments
- Split long array declaration across multiple lines to comply with the 120-column limit.
- Correct spacing before asterisks in doc comments (adjusted to 3 spaces as per Drupal standards).