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
1 changed files with 2 additions and 2 deletions

View File

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