Verified Commit 65d21370 authored by Lee Rowlands's avatar Lee Rowlands
Browse files

fix: #3566568 The short description for the \Drupal\user\AccountForm class is not correct

By: avpaderno
By: longwave
(cherry picked from commit 74379115)
parent b6c5ebee
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ abstract class AccountForm extends ContentEntityForm implements TrustedCallbackI
  protected $languageManager;

  /**
   * Constructs a new EntityForm object.
   * Constructs a new AccountForm object.
   *
   * @param \Drupal\Core\Entity\EntityRepositoryInterface $entity_repository
   *   The entity repository.