1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-07-29 22:41:11 +03:00

psalm fixes

This commit is contained in:
David Goodwin
2018-12-27 21:43:11 +00:00
parent 8d2a592aa9
commit 74002bbf57
26 changed files with 1398 additions and 536 deletions

View File

@ -141,7 +141,7 @@ class Shell {
* @param string $default Default input value.
* @return string either the default value, or the user-provided input.
*/
public function in($prompt, $options = null, $default = null) {
public function in($prompt, $options = null, $default = '') {
if (!$this->interactive) {
return $default;
}