Skip to content
Snippets Groups Projects
Commit b382df06 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5412: coding standards

parent 45112f3f
No related branches found
No related tags found
1 merge request!35Feature/istwcms 5412 ebremner bicite dashboard blocks
...@@ -8,7 +8,7 @@ use Drupal\Core\Entity\EntityTypeManagerInterface; ...@@ -8,7 +8,7 @@ use Drupal\Core\Entity\EntityTypeManagerInterface;
use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Plugin\ContainerFactoryPluginInterface; use Drupal\Core\Plugin\ContainerFactoryPluginInterface;
use Drupal\Core\Session\AccountInterface; use Drupal\Core\Session\AccountInterface;
use Drupal\node\Plugin\views\filter\Access; use Drupal\Core\Session\AccountProxyInterface;
use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\DependencyInjection\ContainerInterface;
/** /**
...@@ -72,7 +72,7 @@ class PublicationAuthorsBlock extends BlockBase implements ContainerFactoryPlugi ...@@ -72,7 +72,7 @@ class PublicationAuthorsBlock extends BlockBase implements ContainerFactoryPlugi
$plugin_id, $plugin_id,
$plugin_definition, $plugin_definition,
EntityTypeManagerInterface $entityTypeManager, EntityTypeManagerInterface $entityTypeManager,
AccountInterface $currentUser AccountProxyInterface $currentUser
) { ) {
parent::__construct($configuration, $plugin_id, $plugin_definition); parent::__construct($configuration, $plugin_id, $plugin_definition);
$this->entityTypeManager = $entityTypeManager; $this->entityTypeManager = $entityTypeManager;
......
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