Skip to content

Commit 8e1d3ab

Browse files
authored
Merge pull request #595 from FriendsOfSymfony/improve-phpdoc
since version 3, the factories are the PSR-17 factories
2 parents c5ed718 + 350fd3e commit 8e1d3ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ProxyClient/HttpProxyClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ abstract class HttpProxyClient implements ProxyClient
4040
*
4141
* @param Dispatcher $httpDispatcher Helper to send instructions to the caching proxy
4242
* @param array $options Options for this client
43-
* @param RequestFactoryInterface|null $requestFactory Factory for PSR-7 messages. If none supplied,
43+
* @param RequestFactoryInterface|null $requestFactory PSR-17 factory for PSR-7 messages. If none supplied,
4444
* a default one is created
45-
* @param StreamFactoryInterface|null $streamFactory Factory for PSR-7 streams. If none supplied,
45+
* @param StreamFactoryInterface|null $streamFactory PSR-17 factory for PSR-7 streams. If none supplied,
4646
* a default one is created
4747
*/
4848
public function __construct(

0 commit comments

Comments
 (0)