Verified Commit 05d1c390 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3285593 by immaculatexavier, Ashutosh Ahirwal, Rashmisoni,...

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

(cherry picked from commit f667b7d0efa0fccdbfdf2f85332e3bdd912191a9)
parent f419c21c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@ public function getDefaultRegion() {
   * 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;