Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment