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