Skip to content

Commit cffa576

Browse files
committed
Added docs
1 parent 533862d commit cffa576

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ClientFactory/ClientFactoryInterface.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,12 @@
77
*/
88
interface ClientFactoryInterface
99
{
10+
/**
11+
* Input an array of configuration to be able to create a HttpClient
12+
*
13+
* @param array $config
14+
*
15+
* @return \Http\Client\HttpClient
16+
*/
1017
public function createClient(array $config = array());
1118
}

0 commit comments

Comments
 (0)