Skip to content

Commit

Permalink
Fixed PHPDoc for Indexer in BookmarkEventSubscriber
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk committed Aug 21, 2024
1 parent 3c2bac6 commit 953c58d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

final class BookmarkEventSubscriber implements EventSubscriberInterface
{
/** @var \Ibexa\Core\Search\Common\Indexer&\Ibexa\Core\Search\Common\IncrementalIndexer */
/** @var \Ibexa\Core\Search\Common\IncrementalIndexer */
private Indexer $indexer;

/**
* @param \Ibexa\Core\Search\Common\Indexer&\Ibexa\Core\Search\Common\IncrementalIndexer $indexer
* @param \Ibexa\Core\Search\Common\IncrementalIndexer $indexer
*/
public function __construct(Indexer $indexer)
{
Expand Down

0 comments on commit 953c58d

Please sign in to comment.