| 1 | <?php |
||
| 11 | trait FilterTrait |
||
| 12 | { |
||
| 13 | abstract protected function execute($target, array $operators, array $parameters); |
||
| 14 | |||
| 15 | /** |
||
| 16 | * {@inheritdoc} |
||
| 17 | */ |
||
| 18 | public function applyFilter($target, array $parameters, array $operators, ExecutionContext $context) |
||
| 22 | |||
| 23 | /** |
||
| 24 | * {@inheritdoc} |
||
| 25 | */ |
||
| 26 | public function filter($target, array $parameters, array $operators, ExecutionContext $context) |
||
| 38 | } |
||
| 39 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.