chore: type checking

This commit is contained in:
Nuno Maduro
2025-06-16 10:14:04 +01:00
parent 8c403a57c2
commit c3bfdf130e
2 changed files with 7 additions and 4 deletions

View File

@ -15,7 +15,7 @@ final class BootOverrides implements Bootstrapper
/**
* The list of files to be overridden.
*
* @var array<string, string>
* @var array<int, string>
*/
public const array FILES = [
'Runner/Filter/NameFilterIterator.php',