mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
update return type
This commit is contained in:
parent
1cf3dde9f1
commit
2696922023
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user