Skip to content
This repository was archived by the owner on May 13, 2023. It is now read-only.

Commit d25cb46

Browse files
committed
Renames CLient Factory to ClientContextFactory
1 parent 88b5823 commit d25cb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ClientFactory.php renamed to src/ClientContextFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
2020
*/
21-
interface ClientFactory extends MessageFactory, StreamFactory, UriFactory
21+
interface ClientContextFactory extends MessageFactory, StreamFactory, UriFactory
2222
{
2323

2424
}

0 commit comments

Comments
 (0)