| Total Complexity | 1 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 24 | class Services extends Enum |
||
|
|
|||
| 25 | { |
||
| 26 | /** |
||
| 27 | * @inheritdoc |
||
| 28 | * @noinspection PhpMissingParentCallCommonInspection |
||
| 29 | */ |
||
| 30 | 1 | protected static function overrideValues(): array |
|
| 31 | { |
||
| 32 | return [ |
||
| 33 | 1 | 'stamping' => '/servicios/soap/stamp.wsdl', |
|
| 34 | 'utilities' => '/servicios/soap/utilities.wsdl', |
||
| 35 | 'cancel' => '/servicios/soap/cancel.wsdl', |
||
| 36 | 'manifest' => '/servicios/soap/firmar.wsdl', |
||
| 37 | 'registration' => '/servicios/soap/registration.wsdl', |
||
| 38 | 'retentions' => '/servicios/soap/retentions.wsdl', |
||
| 39 | ]; |
||
| 42 |