| Total Complexity | 2 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class CatalogServiceEndpoints extends AbstractEndpointsLister |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var string |
||
| 15 | */ |
||
| 16 | protected $uri = '/catalog/service/:service'; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @param array $endpoint |
||
| 20 | * @return array |
||
| 21 | */ |
||
| 22 | protected function genInfo(array $endpoint) : array |
||
| 30 | ]; |
||
| 31 | } |
||
| 32 | |||
| 33 | /** |
||
| 34 | * add some params in url |
||
| 35 | */ |
||
| 36 | protected function addParams() : void |
||
| 41 |