Skip to content

Commit 77bfd99

Browse files
authored
Merge pull request #103 from christiaan/patch-1
Use fully qualified type annotation
2 parents 8f880ab + eba0a1e commit 77bfd99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConnectorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ interface ConnectorInterface
5151
* ```
5252
*
5353
* @param string $uri
54-
* @return React\Promise\PromiseInterface resolves with a stream implementing ConnectionInterface on success or rejects with an Exception on error
54+
* @return \React\Promise\PromiseInterface resolves with a stream implementing ConnectionInterface on success or rejects with an Exception on error
5555
* @see ConnectionInterface
5656
*/
5757
public function connect($uri);

0 commit comments

Comments
 (0)