| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | public static function getSubscribingMethods() |
||
| 13 | { |
||
| 14 | return array( |
||
| 15 | array( |
||
| 16 | 'direction' => GraphNavigator::DIRECTION_DESERIALIZATION, |
||
| 17 | 'format' => 'xml', |
||
| 18 | 'type' => 'GoetasWebservices\SoapServices\Metadata\Arguments\Headers\Handler\RawFaultDetail', |
||
| 19 | 'method' => 'deserializeFaultDetail' |
||
| 20 | ), |
||
| 31 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.