php-redis-server icon indicating copy to clipboard operation
php-redis-server copied to clipboard

Parser factory is unused

Open kelunik opened this issue 8 years ago • 1 comments

The parser factory is unused, because $parser is immediately replaced.

https://github.com/clue/php-redis-server/blob/bfe79beadfe76b9d532d766a732b43104e6587c9/src/Server.php#L76-L77

kelunik avatar Sep 22 '17 17:09 kelunik

Indeed, thank you for spotting! Does anybody feel like filing a PR? :+1:

clue avatar Nov 08 '17 22:11 clue