Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
11 | public static function getSubscribingMethods() |
||
12 | { |
||
13 | return array( |
||
14 | array( |
||
15 | 'direction' => GraphNavigator::DIRECTION_DESERIALIZATION, |
||
16 | 'format' => 'xml', |
||
17 | 'type' => 'GoetasWebservices\SoapServices\SoapClient\Envelope\SoapEnvelope12\Parts\Fault\FaultDetail', |
||
18 | 'method' => 'deserializeFaultDetail' |
||
19 | ), |
||
20 | ); |
||
21 | } |
||
22 | |||
40 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.