From e72c97b956480d6da6616406ce09e4df798ebd76 Mon Sep 17 00:00:00 2001 From: xjm Date: Fri, 10 Feb 2017 17:38:00 -0600 Subject: [PATCH] Issue #2850189 by vmachado, cilefen: Typo in FormBuilder documentation code example --- core/lib/Drupal/Core/Form/FormSubmitterInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Drupal/Core/Form/FormSubmitterInterface.php b/core/lib/Drupal/Core/Form/FormSubmitterInterface.php index a2309539b43..66132f53d6d 100644 --- a/core/lib/Drupal/Core/Form/FormSubmitterInterface.php +++ b/core/lib/Drupal/Core/Form/FormSubmitterInterface.php @@ -62,7 +62,7 @@ interface FormSubmitterInterface { * ), * 'fragment' => 'baz', * ), - * )); + * ); * @endcode * * @param \Drupal\Core\Form\FormStateInterface $form_state