fixed number mismatch declerations
code cleanups
This commit is contained in:
		| @@ -2,11 +2,9 @@ | ||||
|  | ||||
| namespace React\Socket; | ||||
|  | ||||
| use Evenement\EventEmitterInterface; | ||||
| use React\Stream\ReadableStreamInterface; | ||||
| use React\Stream\WritableStreamInterface; | ||||
|  | ||||
| interface ConnectionInterface extends ReadableStreamInterface, WritableStreamInterface | ||||
| { | ||||
|     public function getRemoteAddress(); | ||||
| interface ConnectionInterface extends ReadableStreamInterface, WritableStreamInterface { | ||||
| 	public function getRemoteAddress(); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user