| Total Complexity | 5 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | final class Exchange |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @return StreamInterface<Value> |
||
| 19 | */ |
||
| 20 | 14 | public function __invoke(Method $method, Readable $arguments): StreamInterface |
|
| 36 | } |
||
| 37 | |||
| 38 | 6 | private function declareOk(): ChunkArguments |
|
| 39 | { |
||
| 40 | 6 | return new ChunkArguments; //no arguments |
|
| 41 | } |
||
| 42 | |||
| 43 | 6 | private function deleteOk(): ChunkArguments |
|
| 46 | } |
||
| 47 | } |
||
| 48 |