Skip to content

Commit

Permalink
fix(SHS-6056): Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Berger committed Feb 28, 2025
1 parent 1a028bf commit f88075e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ private function generateEventFilters($field_name) {
* The field name.
*
* @return void
* No return value.
* No return value.
*/
private function generateEventBookmarks($field_name) {
if (!$this->localistConfigPages) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function __construct(
array $configuration,
$plugin_id,
$plugin_definition,
EntityTypeManagerInterface $entity_type_manager
EntityTypeManagerInterface $entity_type_manager,
) {
parent::__construct($configuration, $plugin_id, $plugin_definition);
$this->entityTypeManager = $entity_type_manager;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function getTableSuffix(): ?TranslatableMarkup;
/**
* Gets the caption for the importer.
*
* @return Drupal\Core\StringTranslation\TranslatableMarkup | null
* @return Drupal\Core\StringTranslation\TranslatableMarkup|null
* A caption or null.
*/
public function getCaption(): TranslatableMarkup | null;
Expand Down

0 comments on commit f88075e

Please sign in to comment.