Unverified Commit 96ec6856 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3154125 by Patrick R., kevinvhengst: Return type of...

Issue #3154125 by Patrick R., kevinvhengst: Return type of ContentEntityFormInterface::validateForm() seems to be wrong

(cherry picked from commit 74d51c95)
parent 21f22738
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ public function isDefaultFormLangcode(FormStateInterface $form_state);
   * For more information about entity validation, see
   * https://www.drupal.org/node/2015613.
   *
   * @return \Drupal\Core\Entity\ContentEntityTypeInterface
   * @return \Drupal\Core\Entity\ContentEntityInterface
   *   The built entity.
   */
  public function validateForm(array &$form, FormStateInterface $form_state);