Commit d24d3db8 authored by Rich Lawson's avatar Rich Lawson
Browse files

Issue #3280785 by rklawson: Correct drupal-check issue.

parent 448b9d1c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -95,7 +95,9 @@ class LayoutBuilderBlockFormTitle {
      }

      return $this->t('Configure block: %label', ['%label' => $label]);
    } else {
      // This should not be a valid case.
      return $this->t('Configure block');
    }
  }

}