Skip to content

Commit

Permalink
Merge pull request #349 from localgovdrupal/fix/3.x/phpdoc-fixes
Browse files Browse the repository at this point in the history
chore: PHPDoc fixes
  • Loading branch information
finnlewis committed Mar 5, 2024
2 parents e9aa731 + 2b843e0 commit 03d0c16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public function __construct(EntityTypeManagerInterface $etm, ModuleExtensionList
/**
* Entity type manager service.
*
* @var Drupal\Core\Entity\EntityTypeManagerInterface
* @var \Drupal\Core\Entity\EntityTypeManagerInterface
*/
protected EntityTypeManagerInterface $etm;

Expand Down
2 changes: 1 addition & 1 deletion src/ConfigurationHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class ConfigurationHelper implements ContainerInjectionInterface {
/**
* The Search API directory index.
*
* @var \Drupal\search_api\Entity\IndexInterface
* @var \Drupal\search_api\IndexInterface
*/
protected ?IndexInterface $index;

Expand Down

0 comments on commit 03d0c16

Please sign in to comment.