tpwd / ke_search

Search Extension for TYPO3 Content Management System, including faceting search functions.
https://extensions.typo3.org/extension/ke_search/
GNU General Public License v3.0
7 stars 31 forks source link

[TASK] Properly type-hint IndexerBase constructor #202

Closed hotbytes-dev closed 9 months ago

hotbytes-dev commented 9 months ago

The class IndexerBase is missing type-hint on its constructor argument. This prevents us from using dependency injection in the consuming custom indexers.