[TASK] Indexed Search: Introduce strict types
This patch adds PHP types to all properties and methods within EXT:indexed_search. Resolves: #102914 Releases: main Change-Id: If3cb7fc8af53c4bbc02781546128d23f6f1c56d8 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/82632 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- Build/phpstan/phpstan-baseline.neon 0 additions, 10 deletionsBuild/phpstan/phpstan-baseline.neon
- typo3/sysext/indexed_search/Classes/Controller/AdministrationController.php 7 additions, 25 deletions...ed_search/Classes/Controller/AdministrationController.php
- typo3/sysext/indexed_search/Classes/Controller/SearchController.php 94 additions, 180 deletions...xt/indexed_search/Classes/Controller/SearchController.php
- typo3/sysext/indexed_search/Classes/Domain/Repository/AdministrationRepository.php 19 additions, 73 deletions...ch/Classes/Domain/Repository/AdministrationRepository.php
- typo3/sysext/indexed_search/Classes/Domain/Repository/IndexSearchRepository.php 1 addition, 1 deletion...earch/Classes/Domain/Repository/IndexSearchRepository.php
- typo3/sysext/indexed_search/Classes/FileContentParser.php 28 additions, 59 deletionstypo3/sysext/indexed_search/Classes/FileContentParser.php
- typo3/sysext/indexed_search/Classes/Indexer.php 95 additions, 178 deletionstypo3/sysext/indexed_search/Classes/Indexer.php
- typo3/sysext/indexed_search/Classes/Lexer.php 15 additions, 28 deletionstypo3/sysext/indexed_search/Classes/Lexer.php
- typo3/sysext/indexed_search/Tests/Functional/IndexSearchRepositoryTest.php 3 additions, 3 deletions...xed_search/Tests/Functional/IndexSearchRepositoryTest.php
Please register or sign in to comment