File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ abstract class HttpProxyClient implements ProxyClient
40
40
*
41
41
* @param Dispatcher $httpDispatcher Helper to send instructions to the caching proxy
42
42
* @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,
44
44
* 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,
46
46
* a default one is created
47
47
*/
48
48
public function __construct (
You can’t perform that action at this time.
0 commit comments