mirror of
https://github.com/predis/predis.git
synced 2026-08-30 04:02:22 +00:00
Run php-cs against codebase.
This commit is contained in:
@@ -28,8 +28,8 @@ class ResponseBulkHandler implements ResponseHandlerInterface
|
||||
/**
|
||||
* Handles a bulk reply returned by Redis.
|
||||
*
|
||||
* @param ComposableConnectionInterface $connection Connection to Redis.
|
||||
* @param string $lengthString Bytes size of the bulk reply.
|
||||
* @param ComposableConnectionInterface $connection Connection to Redis.
|
||||
* @param string $lengthString Bytes size of the bulk reply.
|
||||
* @return string
|
||||
*/
|
||||
public function handle(ComposableConnectionInterface $connection, $lengthString)
|
||||
|
||||
Reference in New Issue
Block a user