mirror of
https://github.com/predis/predis.git
synced 2026-08-28 03:02:04 +00:00
Change visibility of some members.
There's no actual need for these ones to be private.
This commit is contained in:
@@ -28,8 +28,8 @@ use Predis\Protocol\ProtocolProcessorInterface;
|
||||
*/
|
||||
class ProtocolProcessor implements ProtocolProcessorInterface
|
||||
{
|
||||
private $mbiterable;
|
||||
private $serializer;
|
||||
protected $mbiterable;
|
||||
protected $serializer;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user