We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e76cc commit a2a0300Copy full SHA for a2a0300
src/Client.php
@@ -36,13 +36,13 @@ public function __construct(ClientInterface $client = null)
36
}
37
38
/**
39
- * Factory method to create the guzzle 6 adapter with custom configuration for guzzle.
+ * Factory method to create the Guzzle 6 adapter with custom Guzzle configuration.
40
*
41
* @param array $config Configuration to create guzzle with.
42
43
* @return Client
44
*/
45
- public static function createWithConfig(array $config)
+ public static function createWithConfig(array $config): Client
46
{
47
return new self(self::buildClient($config));
48
0 commit comments