Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit a2a0300

Browse files
committed
Some more PHP 7 type hinting
1 parent 87e76cc commit a2a0300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Client.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ public function __construct(ClientInterface $client = null)
3636
}
3737

3838
/**
39-
* Factory method to create the guzzle 6 adapter with custom configuration for guzzle.
39+
* Factory method to create the Guzzle 6 adapter with custom Guzzle configuration.
4040
*
4141
* @param array $config Configuration to create guzzle with.
4242
*
4343
* @return Client
4444
*/
45-
public static function createWithConfig(array $config)
45+
public static function createWithConfig(array $config): Client
4646
{
4747
return new self(self::buildClient($config));
4848
}

0 commit comments

Comments
 (0)