diff --git a/src/Form/UwContentModerationForm.php b/src/Form/UwContentModerationForm.php index a9a7c4cc5f953684740a5fcf5362401322c5d8c3..d8422359162e59bd3959fe1aef027bc224d046b5 100644 --- a/src/Form/UwContentModerationForm.php +++ b/src/Form/UwContentModerationForm.php @@ -50,7 +50,7 @@ class UwContentModerationForm extends ConfirmFormBase { * * @param \Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager * The entity type manager. - * @param \Drupal\Core\Session\AccountInterface $currentUser + * @param \Drupal\Core\Session\AccountProxyInterface $currentUser * The entity type manager. */ public function __construct(EntityTypeManagerInterface $entity_type_manager, AccountProxyInterface $currentUser) {