Update src/Core/Manifest/VersionProvider.php

Co-authored-by: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com>
This commit is contained in:
Thomas Portelange 2024-02-26 09:09:45 +01:00 committed by GitHub
parent a2486c0859
commit e649310f7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ class VersionProvider
/**
* Tries to obtain version number from composer.lock if it exists
*
* @param array<int,string> $modules
* @param array<string> $modules
* @return array<string|string>
*/
public function getModuleVersionFromComposer($modules = [])