1
0
Fork 0

Fix syntax

pull/10169/head
Jordi Boggiano 2021-10-16 11:17:44 +02:00
parent 9599eb613b
commit 7d88de7d0b
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ EOT
}
/**
* @return BasePackage&CompletePackageInterface|false
* @return (BasePackage&CompletePackageInterface)|false
*/
protected function selectPackage(IOInterface $io, $packageName, $version = null)
{