From 33c59a8de73574c3afe13a89b81add380a215c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Fri, 21 Mar 2014 16:46:52 +0100 Subject: [PATCH] CS (trainling space) --- Version/RFC6455/Frame.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Version/RFC6455/Frame.php b/Version/RFC6455/Frame.php index ea8a401..1a92c1f 100644 --- a/Version/RFC6455/Frame.php +++ b/Version/RFC6455/Frame.php @@ -347,7 +347,7 @@ class Frame implements FrameInterface { $bits += 16; } - // If the value of the initial payload length are is 127 an additional 48 bits are used to describe length + // If the value of the initial payload length are is 127 an additional 48 bits are used to describe length // Note: The documentation specifies the length is to be 63 bits, but I think that's a typo and is 64 (16+48) if ($check === 127) { $bits += 48;