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

Commit 071736c

Browse files
committed
Merge branch 'master' of github.com:php-http/cakephp-adapter
2 parents 2c607fc + 3d0216a commit 071736c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/Client.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
use Psr\Http\Message\RequestInterface;
1313

1414
/**
15-
* Client compatible with PSR7 and Httplug interfaces, using a cackephp client
15+
* Client compatible with PSR7 and Httplug interfaces, using a cackephp client.
1616
*/
1717
class Client implements HttpClient
1818
{
1919
/** @var CakeClient */
2020
private $client;
2121

22-
/** @var ResponseFactory */
22+
/** @var ResponseFactory */
2323
private $responseFactory;
2424

2525
/**

0 commit comments

Comments
 (0)