Verified Commit d7ab8492 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3453551 by mstrelan: Fix return type of FormatterInterface::settingsSummary

(cherry picked from commit 8706c216)
parent 372e818d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ public function settingsForm(array $form, FormStateInterface $form_state);
   * If an empty result is returned, a UI can still be provided to display
   * a settings form in case the formatter has configurable settings.
   *
   * @return string[]
   * @return array<string|\Stringable>
   *   A short summary of the formatter settings.
   */
  public function settingsSummary();