Change private into protected

This is handy if you want to overwrite the class.
This commit is contained in:
bobvandevijver 2014-07-09 22:24:53 +02:00
parent d00102cb39
commit d16779e24f

View File

@ -15,7 +15,7 @@ class WampServer implements MessageComponentInterface, WsServerInterface {
/** /**
* @var ServerProtocol * @var ServerProtocol
*/ */
private $wampProtocol; protected $wampProtocol;
/** /**
* This class just makes it 1 step easier to use Topic objects in WAMP * This class just makes it 1 step easier to use Topic objects in WAMP