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.
2 parents 8f880ab + eba0a1e commit 77bfd99Copy full SHA for 77bfd99
src/ConnectorInterface.php
@@ -51,7 +51,7 @@ interface ConnectorInterface
51
* ```
52
*
53
* @param string $uri
54
- * @return React\Promise\PromiseInterface resolves with a stream implementing ConnectionInterface on success or rejects with an Exception on error
+ * @return \React\Promise\PromiseInterface resolves with a stream implementing ConnectionInterface on success or rejects with an Exception on error
55
* @see ConnectionInterface
56
*/
57
public function connect($uri);
0 commit comments