CS (eof_ending)

This commit is contained in:
Grégoire Pineau 2014-03-21 16:46:43 +01:00
parent 3a4bbf1885
commit c1754d302c
18 changed files with 18 additions and 18 deletions

View File

@ -28,4 +28,4 @@ class ToggleableValidator implements ValidatorInterface {
return $this->validator->checkEncoding($str, $encoding);
}
}
}

View File

@ -90,4 +90,4 @@ class Validator {
return true;
}
}
}

View File

@ -9,4 +9,4 @@ interface ValidatorInterface {
* @return bool
*/
function checkEncoding($str, $encoding);
}
}

View File

@ -25,4 +25,4 @@ interface DataInterface {
* @return string
*/
function getContents();
}
}

View File

@ -35,4 +35,4 @@ interface FrameInterface extends DataInterface {
* @return string
*/
function getMaskingKey();
}
}

View File

@ -117,4 +117,4 @@ class Hixie76 implements VersionInterface {
. $code
, true);
}
}
}

View File

@ -16,4 +16,4 @@ class Connection extends AbstractConnectionDecorator {
public function close() {
$this->getConnection()->close();
}
}
}

View File

@ -83,4 +83,4 @@ class Frame implements FrameInterface {
public function extractOverflow() {
return '';
}
}
}

View File

@ -12,4 +12,4 @@ class HyBi10 extends RFC6455 {
public function getVersionNumber() {
return 6;
}
}
}

View File

@ -12,4 +12,4 @@ interface MessageInterface extends DataInterface {
* @return int
*/
function getOpcode();
}
}

View File

@ -30,4 +30,4 @@ class Connection extends AbstractConnectionDecorator {
$this->getConnection()->close();
}
}
}

View File

@ -447,4 +447,4 @@ class Frame implements FrameInterface {
return '';
}
}
}

View File

@ -134,4 +134,4 @@ class HandshakeVerifier {
*/
public function verifyExtensions($val) {
}
}
}

View File

@ -104,4 +104,4 @@ class Message implements MessageInterface, \Countable {
return $buffer;
}
}
}

View File

@ -54,4 +54,4 @@ interface VersionInterface extends MessageInterface {
* @todo Change to use other classes, this will be removed eventually
*/
//function frame($message, $mask = true);
}
}

View File

@ -87,4 +87,4 @@ class VersionManager {
public function getSupportedVersionString() {
return $this->versionString;
}
}
}

View File

@ -224,4 +224,4 @@ class WsServer implements HttpServerInterface {
$conn->send((string)$response);
$conn->close();
}
}
}

View File

@ -11,4 +11,4 @@ interface WsServerInterface {
* @temporary This method may be removed in future version (note that will not break code, just make some code obsolete)
*/
function getSubProtocols();
}
}