1 | <?php |
||
8 | class BeforeAfter implements \Transphporm\Property\ContentPseudo { |
||
9 | private $insertLocation; |
||
10 | private $content; |
||
11 | |||
12 | public function __construct($insertLocation, \Transphporm\Property\Content $content) { |
||
16 | |||
17 | public function run($value, $pseudoArgs, $element, \Transphporm\Hook\PseudoMatcher $pseudoMatcher) { |
||
24 | |||
25 | private function before($node, $element, $currentFirst) { |
||
28 | |||
29 | private function after($node, $element, $currentFirst) { |
||
32 | } |
||
33 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.