You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-07-29 22:41:11 +03:00
psalm fixes
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user