Conditions | 1 |
Paths | 1 |
Total Lines | 3 |
Code Lines | 1 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
18 | protected function uriHelper($kind): string |
||
19 | { |
||
20 | return sprintf(self::ENDPOINT_ELEMENT, $this->defaultServerId, $this->zoneId, $kind); |
||
1 ignored issue
–
show
|
|||
21 | } |
||
23 |