Skip to content
Snippets Groups Projects
Commit d58f0c3f authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-5133: coding standards

parent 8a0735aa
No related branches found
No related tags found
1 merge request!155ISTWCMS-5133: updating content moderation to include user id when changing moderation state
......@@ -50,6 +50,8 @@ class UwContentModerationForm extends ConfirmFormBase {
*
* @param \Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager
* The entity type manager.
* @param \Drupal\Core\Session\AccountInterface $currentUser
* The entity type manager.
*/
public function __construct(EntityTypeManagerInterface $entity_type_manager, AccountProxyInterface $currentUser) {
$this->entityTypeManager = $entity_type_manager;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment