diff --git a/src/Composer/IO/IOInterface.php b/src/Composer/IO/IOInterface.php index 91c239ff4..d6f698649 100644 --- a/src/Composer/IO/IOInterface.php +++ b/src/Composer/IO/IOInterface.php @@ -191,7 +191,7 @@ interface IOInterface extends LoggerInterface * @param bool $multiselect Select more than one value separated by comma * * @throws \InvalidArgumentException - * @return int|string|string[]|bool The selected value or values (the key of the choices array) + * @return int|string|list|bool The selected value or values (the key of the choices array) */ public function select(string $question, array $choices, $default, $attempts = false, string $errorMessage = 'Value "%s" is invalid', bool $multiselect = false);