mirror of
https://github.com/predis/predis.git
synced 2026-08-30 12:15:03 +00:00
Apply some coding style changes.
This commit is contained in:
@@ -4,6 +4,7 @@ namespace Predis\Protocol;
|
||||
|
||||
use Predis\Network\IConnectionComposable;
|
||||
|
||||
interface IResponseHandler {
|
||||
interface IResponseHandler
|
||||
{
|
||||
function handle(IConnectionComposable $connection, $payload);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user