Total Complexity | 3 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
14 | class Tcp extends AProtocol |
||
15 | { |
||
16 | 2 | protected function loadParams(): RemoteRequest\Connection\Params\AParams |
|
17 | { |
||
18 | 2 | return new RemoteRequest\Connection\Params\Tcp(); |
|
19 | } |
||
20 | |||
21 | 2 | protected function loadQuery(): RemoteRequest\Protocols\Dummy\Query |
|
22 | { |
||
23 | 2 | return new Dummy\Query(); |
|
24 | } |
||
25 | |||
26 | 2 | protected function loadAnswer(): RemoteRequest\Protocols\Dummy\Answer |
|
29 | } |
||
30 | } |
||
31 |