update return type

This commit is contained in:
Thomas Portelange 2024-02-26 09:52:48 +01:00 committed by GitHub
parent 1cf3dde9f1
commit 2696922023
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -146,8 +146,8 @@ class VersionProvider
* cwp/cwp-core => ['CWP', '4.4.4'] * cwp/cwp-core => ['CWP', '4.4.4']
* ] * ]
* *
* @param array<string,mixed> $modules * @param array<string,array<int,string>> $modules
* @return array<string,mixed> * @return array<string,array<int,string>>
*/ */
private function filterModules(array $modules) private function filterModules(array $modules)
{ {