CS (eof_ending)
This commit is contained in:
parent
3a4bbf1885
commit
c1754d302c
@ -28,4 +28,4 @@ class ToggleableValidator implements ValidatorInterface {
|
||||
|
||||
return $this->validator->checkEncoding($str, $encoding);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -90,4 +90,4 @@ class Validator {
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -9,4 +9,4 @@ interface ValidatorInterface {
|
||||
* @return bool
|
||||
*/
|
||||
function checkEncoding($str, $encoding);
|
||||
}
|
||||
}
|
||||
|
@ -25,4 +25,4 @@ interface DataInterface {
|
||||
* @return string
|
||||
*/
|
||||
function getContents();
|
||||
}
|
||||
}
|
||||
|
@ -35,4 +35,4 @@ interface FrameInterface extends DataInterface {
|
||||
* @return string
|
||||
*/
|
||||
function getMaskingKey();
|
||||
}
|
||||
}
|
||||
|
@ -117,4 +117,4 @@ class Hixie76 implements VersionInterface {
|
||||
. $code
|
||||
, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -16,4 +16,4 @@ class Connection extends AbstractConnectionDecorator {
|
||||
public function close() {
|
||||
$this->getConnection()->close();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -83,4 +83,4 @@ class Frame implements FrameInterface {
|
||||
public function extractOverflow() {
|
||||
return '';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -12,4 +12,4 @@ class HyBi10 extends RFC6455 {
|
||||
public function getVersionNumber() {
|
||||
return 6;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -12,4 +12,4 @@ interface MessageInterface extends DataInterface {
|
||||
* @return int
|
||||
*/
|
||||
function getOpcode();
|
||||
}
|
||||
}
|
||||
|
@ -30,4 +30,4 @@ class Connection extends AbstractConnectionDecorator {
|
||||
|
||||
$this->getConnection()->close();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -447,4 +447,4 @@ class Frame implements FrameInterface {
|
||||
|
||||
return '';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -134,4 +134,4 @@ class HandshakeVerifier {
|
||||
*/
|
||||
public function verifyExtensions($val) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -104,4 +104,4 @@ class Message implements MessageInterface, \Countable {
|
||||
|
||||
return $buffer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -54,4 +54,4 @@ interface VersionInterface extends MessageInterface {
|
||||
* @todo Change to use other classes, this will be removed eventually
|
||||
*/
|
||||
//function frame($message, $mask = true);
|
||||
}
|
||||
}
|
||||
|
@ -87,4 +87,4 @@ class VersionManager {
|
||||
public function getSupportedVersionString() {
|
||||
return $this->versionString;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -224,4 +224,4 @@ class WsServer implements HttpServerInterface {
|
||||
$conn->send((string)$response);
|
||||
$conn->close();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user