RequestInterface
last analyzed

Size/Duplication

Total Lines 2
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
dl 0
loc 2
c 0
b 0
f 0
1
<?php
2
3
namespace Dazzle\Redis\Driver;
4
5
use Clue\Redis\Protocol\Model\ModelInterface as ClueModelInterface;
6
7
interface RequestInterface extends ClueModelInterface
8
{}
0 ignored issues
show
Coding Style introduced by
Opening interface brace must be on a line by itself
Loading history...
9