The expression return $result could return the type false which is incompatible with the type-hinted return array. Consider adding an additional type-check to rule them out.
The expression return $this->makeHandlersList($this->input) returns an array which contains values of type array which are incompatible with the documented value type string.
The expression return $this->makeHandlersList($this->output) returns an array which contains values of type array which are incompatible with the documented value type string.