We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
InstalledVersions
composer-plugin-api:^2.1.0
(string)
1 parent 8324608 commit b598df5Copy full SHA for b598df5
src/ProxyManager/Version.php
@@ -34,7 +34,7 @@ private function __construct()
34
*/
35
public static function getVersion(): string
36
{
37
- return InstalledVersions::getPrettyVersion('ocramius/proxy-manager')
38
- . '@' . InstalledVersions::getReference('ocramius/proxy-manager');
+ return (string) InstalledVersions::getPrettyVersion('ocramius/proxy-manager')
+ . '@' . (string) InstalledVersions::getReference('ocramius/proxy-manager');
39
}
40
0 commit comments