Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
35 | public function serializeHeader(XmlSerializationVisitor $visitor, Security $data, array $type, SerializationContext $context) |
||
36 | { |
||
37 | $currentNode = $visitor->getCurrentNode(); |
||
38 | $securityHeader = $this->filter->filterDom($currentNode, $data); |
||
39 | $visitor->revertCurrentNode(); |
||
40 | $visitor->setCurrentNode($securityHeader); |
||
41 | } |
||
42 | } |
||
43 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.