The type Stevenmaguire\Services\T...es\Trello\Authorization was not found. Did you mean Stevenmaguire\Services\Trello\Authorization? If so, make sure to prefix the type with \.
The expression return new Stevenmaguire...\Trello\Authorization() returns the type Stevenmaguire\Services\Trello\Authorization which is incompatible with the documented return type Stevenmaguire\Services\T...es\Trello\Authorization.
The type Stevenmaguire\Services\T...re\Services\Trello\Http was not found. Did you mean Stevenmaguire\Services\Trello\Http? If so, make sure to prefix the type with \.
The expression return $this->http returns the type Stevenmaguire\Services\Trello\Http which is incompatible with the documented return type Stevenmaguire\Services\T...re\Services\Trello\Http.
Loading history...
65
}
66
67
/**
68
* Updates the http client used by http broker.
69
*
70
* @param HttpClient $httpClient
71
*
72
680
* @return Client
73
*/
74
680
public function setHttpClient(HttpClient $httpClient)