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

Commit 3d0216a

Browse files
authored
Merge pull request #2 from php-http/analysis-8wye4E
Applied fixes from StyleCI
2 parents 637a82c + fae10a9 commit 3d0216a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)