Issue #3285593 by immaculatexavier, Ashutosh Ahirwal, Rashmisoni, ravi.shankar, mrinalini9, joachim: @return of Section::getComponents should document array key

(cherry picked from commit f667b7d0efa0fccdbfdf2f85332e3bdd912191a9)
merge-requests/2282/merge
Alex Pott 2022-08-09 10:13:01 +01:00
parent d01bb38b6e
commit 226bec73b9
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ class Section implements ThirdPartySettingsInterface {
* Returns the components of the section.
*
* @return \Drupal\layout_builder\SectionComponent[]
* The components.
* An array of components, keyed by the component UUID.
*/
public function getComponents() {
return $this->components;