mirror of
https://github.com/predis/predis.git
synced 2026-08-27 18:51:07 +00:00
Run php-cs against codebase.
This commit is contained in:
@@ -24,9 +24,9 @@ interface ResponseHandlerInterface
|
||||
* Parses a type of reply returned by Redis and reads more data from the
|
||||
* connection if needed.
|
||||
*
|
||||
* @param ComposableConnectionInterface $connection Connection to Redis.
|
||||
* @param string $payload Initial payload of the reply.
|
||||
* @param ComposableConnectionInterface $connection Connection to Redis.
|
||||
* @param string $payload Initial payload of the reply.
|
||||
* @return mixed
|
||||
*/
|
||||
function handle(ComposableConnectionInterface $connection, $payload);
|
||||
public function handle(ComposableConnectionInterface $connection, $payload);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user