Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
24 | protected static function overrideValues(): array |
||
25 | { |
||
26 | return [ |
||
27 | 'stamping' => '/servicios/soap/stamp.wsdl', |
||
28 | 'utilities' => '/servicios/soap/utilities.wsdl', |
||
29 | 'cancel' => '/servicios/soap/cancel.wsdl', |
||
30 | 'manifest' => '/servicios/soap/firmar.wsdl', |
||
31 | 'registration' => '/servicios/soap/registration.wsdl', |
||
32 | ]; |
||
35 |