Conditions | 2 |
Paths | 2 |
Total Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
17 | public function run($value, $pseudoArgs, $element, \Transphporm\Hook\PseudoMatcher $pseudoMatcher) { |
||
18 | $currentFirst = $element->firstChild; |
||
19 | |||
20 | foreach ($this->content->getNode($value, $element->ownerDocument) as $node) { |
||
21 | $this->{$this->insertLocation}($node, $element, $currentFirst); |
||
22 | } |
||
23 | } |
||
24 | |||
33 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.