This commit is contained in:
Chris Boden 2015-12-25 13:14:36 -05:00
parent 31d2618057
commit a44254bd08
3 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2011-2014 Chris Boden
Copyright (c) 2011-2016 Chris Boden
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -1,9 +1,7 @@
<?php
namespace Ratchet\RFC6455\Handshake;
use Psr\Http\Message\RequestInterface;
/**
* These are checks to ensure the client requested handshake are valid
* Verification rules come from section 4.2.1 of the RFC6455 document

View File

@ -26,7 +26,7 @@ class MessageStreamer {
/**
* @var \Ratchet\RFC6455\Messaging\Protocol\Message
*/
private $messageBuffer = null;
private $messageBuffer;
/**
* @var \Ratchet\RFC6455\Messaging\Protocol\Frame