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