We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c7b994 + fa24938 commit 0ed20f0Copy full SHA for 0ed20f0
1 file changed
src/Lib/Configuration.php
@@ -235,7 +235,7 @@ public function getLogger(): LoggerInterface
235
/**
236
* @return ClientInterface | HttpMethodsClient
237
*/
238
- public function getClient(): ClientInterface | HttpMethodsClient
+ public function getClient()
239
{
240
if ($this->client === null) {
241
$discoveredClient = Psr18ClientDiscovery::find();
0 commit comments