From eb2d3d0adfa2b587d3010fc880847ea79f459554 Mon Sep 17 00:00:00 2001 From: Eric Bremner <ebremner@uwaterloo.ca> Date: Sun, 14 Apr 2024 08:46:41 -0400 Subject: [PATCH] ISTWCMS-5412: coding standards --- src/Plugin/Block/PublicationReferenceBlock.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Plugin/Block/PublicationReferenceBlock.php b/src/Plugin/Block/PublicationReferenceBlock.php index abb116f..c4d50b9 100644 --- a/src/Plugin/Block/PublicationReferenceBlock.php +++ b/src/Plugin/Block/PublicationReferenceBlock.php @@ -6,8 +6,6 @@ use Drupal\Core\Block\BlockBase; use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Plugin\ContainerFactoryPluginInterface; -use Drupal\Core\Session\AccountProxyInterface; -use Drupal\views\Views; use Symfony\Component\DependencyInjection\ContainerInterface; /** @@ -53,8 +51,6 @@ class PublicationReferenceBlock extends BlockBase implements ContainerFactoryPlu * The plugin_id for the plugin instance. * @param mixed $plugin_definition * The plugin implementation definition. - * @param \Drupal\Core\Session\AccountProxyInterface $currentUser - * Current user. * @param \Drupal\Core\Entity\EntityTypeManagerInterface $entityTypeManager * Entity type manager. */ -- GitLab