| Total Complexity | 2 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class DbList extends AbstractQuery |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @param RethinkInterface $rethink |
||
| 15 | * @param MessageInterface $message |
||
| 16 | */ |
||
| 17 | 14 | public function __construct(RethinkInterface $rethink, MessageInterface $message) |
|
| 23 | 14 | } |
|
| 24 | |||
| 25 | /** |
||
| 26 | * @inheritdoc |
||
| 27 | */ |
||
| 28 | 14 | public function toArray(): array |
|
| 35 |