We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a55fcc commit 173b541Copy full SHA for 173b541
src/ConnectionFactory.php
@@ -13,14 +13,14 @@ interface ConnectionFactory
13
* @param Response $response
14
* @param Socket $socket
15
* @param Options $options
16
- * @param CompressionContext|null $compressionFactory
+ * @param CompressionContext|null $compressionContext
17
*
18
* @return Connection
19
*/
20
public function createConnection(
21
Response $response,
22
Socket $socket,
23
Options $options,
24
- ?CompressionContext $compressionFactory = null
+ ?CompressionContext $compressionContext = null
25
): Connection;
26
}
0 commit comments