Skip to content

Commit

Permalink
Update src/Core/Manifest/VersionProvider.php
Browse files Browse the repository at this point in the history
Co-authored-by: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com>
  • Loading branch information
lekoala and GuySartorelli committed Feb 26, 2024
1 parent bc09127 commit a196719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Manifest/VersionProvider.php
Expand Up @@ -181,7 +181,7 @@ public function getModules()
* Tries to obtain version number from composer.lock if it exists
*
* @param array<int,string> $modules
* @return array<int|string,mixed>
* @return array<string|string>
*/
public function getModuleVersionFromComposer($modules = [])
{
Expand Down

0 comments on commit a196719

Please sign in to comment.