| Total Complexity | 5 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | class FetchProductConfig implements HttpRequestBuilderInterface |
||
| 9 | { |
||
| 10 | public function getXml(): ?string |
||
| 13 | } |
||
| 14 | |||
| 15 | |||
| 16 | public function getHeaders(): array |
||
| 20 | ]; |
||
| 21 | } |
||
| 22 | |||
| 23 | public function getUrl(): string |
||
| 24 | { |
||
| 25 | return '/productconfig'; |
||
| 26 | } |
||
| 27 | |||
| 28 | public function isExpectXml(): bool |
||
| 29 | { |
||
| 30 | return true; |
||
| 31 | } |
||
| 32 | |||
| 33 | public function getMethod(): string |
||
| 36 | } |
||
| 37 | } |
||
| 38 |