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:38 +01:00 committed by GitHub
parent a196719502
commit a2486c0859
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -208,7 +208,7 @@ class VersionProvider
* Load composer.lock's contents and return it * Load composer.lock's contents and return it
* *
* @param bool $cache * @param bool $cache
* @return array<mixed> * @return array
*/ */
protected function getComposerLock($cache = true) protected function getComposerLock($cache = true)
{ {