Add the @return types

This commit is contained in:
2022-07-27 10:26:43 +02:00
parent 89e26be943
commit ed8449d321
13 changed files with 30 additions and 31 deletions

View File

@@ -270,7 +270,7 @@ class Console
* @param string $propo Preset the text for the user
* @param boolean|string $stopperChar The chars to stop the analysis and
* return the result
* @return The typed string
* @return string The typed string
*/
public function readline ($propo = "", $stopperChar = false)
// {{{