| Total Complexity | 2 |
| Total Lines | 11 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class ParcelLockerReducedMobilityZone extends ComplexAttribute |
||
| 13 | { |
||
| 14 | public function toXML(DOMDocument $document, ?string $prefix = null): DOMElement |
||
| 15 | { |
||
| 16 | return $document->createElement(XmlHelper::getPrefixedTagName('reducedMobilityZone', $prefix)); |
||
| 17 | } |
||
| 18 | |||
| 19 | |||
| 20 | public static function createFromXML(SimpleXMLElement $xml): self |
||
| 23 | } |
||
| 24 | } |
||
| 25 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.