| Total Complexity | 1 |
| Total Lines | 11 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class CollectionParser implements ParserInterface |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @throws \Yansongda\Pay\Exception\ContainerDependencyException |
||
| 16 | * @throws \Yansongda\Pay\Exception\ContainerException |
||
| 17 | * @throws \Yansongda\Pay\Exception\ServiceNotFoundException |
||
| 18 | */ |
||
| 19 | public function parse(?ResponseInterface $response): Collection |
||
| 26 |