| Total Complexity | 2 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class FaultHandler implements SubscribingHandlerInterface |
||
| 13 | { |
||
| 14 | public static function getSubscribingMethods(): array |
||
| 22 | ], |
||
| 23 | ]; |
||
| 24 | } |
||
| 25 | |||
| 26 | public function deserializeFaultDetail(XmlDeserializationVisitor $visitor, \SimpleXMLElement $data, array $type, DeserializationContext $context): \SimpleXMLElement |
||
| 31 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.