Validator implements ValidatorInterface
This commit is contained in:
parent
44a8b404f8
commit
e69e40e9ab
@ -4,7 +4,7 @@ namespace Ratchet\WebSocket\Encoding;
|
|||||||
/**
|
/**
|
||||||
* This class handled encoding validation
|
* This class handled encoding validation
|
||||||
*/
|
*/
|
||||||
class Validator {
|
class Validator implements ValidatorInterface {
|
||||||
const UTF8_ACCEPT = 0;
|
const UTF8_ACCEPT = 0;
|
||||||
const UTF8_REJECT = 1;
|
const UTF8_REJECT = 1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user