The expression return $this->httpGet('d...t/list', compact('id')) also could return the type GuzzleHttp\Psr7\Response which is incompatible with the documented return type array.
The expression return $this->httpGet('d...nt/get', compact('id')) also could return the type GuzzleHttp\Psr7\Response which is incompatible with the documented return type array.
The expression return $this->httpPostJs...artment/create', $data) also could return the type GuzzleHttp\Psr7\Response which is incompatible with the documented return type array.
The expression return $this->httpPostJs...artment/update', $data) also could return the type GuzzleHttp\Psr7\Response which is incompatible with the documented return type array.
The expression return $this->httpGet('d...delete', compact('id')) also could return the type GuzzleHttp\Psr7\Response which is incompatible with the documented return type array.
The expression return $this->httpGet('d...y_dept', compact('id')) also could return the type GuzzleHttp\Psr7\Response which is incompatible with the documented return type array.
The expression return $this->httpGet('d...ts', compact('userId')) also could return the type GuzzleHttp\Psr7\Response which is incompatible with the documented return type array.