From 3f64caf8cba63a783a831836db9736255e71154d Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Sat, 13 Apr 2013 10:55:28 -0400 Subject: [PATCH] Minor doc corrections --- src/Ratchet/ConnectionInterface.php | 2 +- tests/AutobahnTestSuite/fuzzingclient-all.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Ratchet/ConnectionInterface.php b/src/Ratchet/ConnectionInterface.php index 6433abe..cc4d74b 100644 --- a/src/Ratchet/ConnectionInterface.php +++ b/src/Ratchet/ConnectionInterface.php @@ -15,7 +15,7 @@ interface ConnectionInterface { /** * Send data to the connection * @param string $data - * @return ConnectionInterface + * @return \Ratchet\ConnectionInterface */ function send($data); diff --git a/tests/AutobahnTestSuite/fuzzingclient-all.json b/tests/AutobahnTestSuite/fuzzingclient-all.json index 052e75d..8ebe6d8 100644 --- a/tests/AutobahnTestSuite/fuzzingclient-all.json +++ b/tests/AutobahnTestSuite/fuzzingclient-all.json @@ -3,11 +3,11 @@ , "outdir": "reports/ab" , "servers": [ - {"agent": "Ratchet/0.2.4 libevent", "url": "ws://localhost:8002", "options": {"version": 18}} - , {"agent": "Ratchet/0.2.4 libuv", "url": "ws://localhost:8005", "options": {"version": 18}} - , {"agent": "Ratchet/0.2.4 libev", "url": "ws://localhost:8004", "options": {"version": 18}} - , {"agent": "Ratchet/0.2.4 -utf8", "url": "ws://localhost:8003", "options": {"version": 18}} - , {"agent": "Ratchet/0.2.4 streams", "url": "ws://localhost:8001", "options": {"version": 18}} + {"agent": "Ratchet/0.2.5 libevent", "url": "ws://localhost:8002", "options": {"version": 18}} + , {"agent": "Ratchet/0.2.5 libuv", "url": "ws://localhost:8005", "options": {"version": 18}} + , {"agent": "Ratchet/0.2.5 libev", "url": "ws://localhost:8004", "options": {"version": 18}} + , {"agent": "Ratchet/0.2.5 -utf8", "url": "ws://localhost:8003", "options": {"version": 18}} + , {"agent": "Ratchet/0.2.5 streams", "url": "ws://localhost:8001", "options": {"version": 18}} , {"agent": "AutobahnTestSuite/0.5.9", "url": "ws://localhost:8000", "options": {"version": 18}} ]