| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 11 | 
| Code Lines | 7 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 6 | 
| CRAP Score | 1 | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 11 | 32 | public static function getSubscribingMethods()  | 
            |
| 12 |     { | 
            ||
| 13 | return array(  | 
            ||
| 14 | array(  | 
            ||
| 15 | 32 | 'direction' => GraphNavigator::DIRECTION_DESERIALIZATION,  | 
            |
| 16 | 32 | 'format' => 'xml',  | 
            |
| 17 | 32 | 'type' => 'GoetasWebservices\SoapServices\SoapClient\Envelope\SoapEnvelope12\Parts\Fault\FaultDetail',  | 
            |
| 18 | 'method' => 'deserializeFaultDetail'  | 
            ||
| 19 | 32 | ),  | 
            |
| 20 | 32 | );  | 
            |
| 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.