There's no actual need for these ones to be private.
@@ -26,8 +26,8 @@ use Predis\Protocol\ResponseReaderInterface;
*/
class ComposableProtocolProcessor implements ProtocolProcessorInterface
{
- private $serializer;
- private $reader;
+ protected $serializer;
+ protected $reader;
/**
* @param RequestSerializerInterface $serializer Request serializer.
@@ -28,8 +28,8 @@ use Predis\Protocol\ProtocolProcessorInterface;
class ProtocolProcessor implements ProtocolProcessorInterface
- private $mbiterable;
+ protected $mbiterable;
*