Skip to content

Commit fa24938

Browse files
committed
fix(config): remove type annotation on getClient for backwards compat
- keep phpdoc in place for type hints
1 parent 7c7b994 commit fa24938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lib/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public function getLogger(): LoggerInterface
235235
/**
236236
* @return ClientInterface | HttpMethodsClient
237237
*/
238-
public function getClient(): ClientInterface | HttpMethodsClient
238+
public function getClient()
239239
{
240240
if ($this->client === null) {
241241
$discoveredClient = Psr18ClientDiscovery::find();

0 commit comments

Comments
 (0)