Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Tests | 2 |
CRAP Score | 1 |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
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 |