- Issue created by @Lendude
- Status changed to Fixed
over 1 year ago 3:29pm 21 February 2023 Automatically closed - issue fixed for 2 weeks with no activity.
The type hint for the $extensions parameter in \Drupal\search_api_attachments\ExtractFileValidator::getExcludedMimes is 'string' but should be 'array'. PHPStan complains when I send it an array.
All code in the module already sends an array, so this is a docs change only.
Check the code and the code that calls it, and see it is always using an array.
Fix the type hint.
Review patch.
Fixed
9.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.