From b40089db6f030d3b664af44d7697a26f53946e8e Mon Sep 17 00:00:00 2001
From: Eric Bremner <ebremner@uwaterloo.ca>
Date: Mon, 18 Oct 2021 14:25:33 +0000
Subject: [PATCH] ISTWCMS-5133: coding standards

---
 src/Form/UwContentModerationForm.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Form/UwContentModerationForm.php b/src/Form/UwContentModerationForm.php
index a9a7c4cc..d8422359 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) {
-- 
GitLab