| 1 | <?php |
||
| 8 | class DummyExtension implements AdminExtensionInterface |
||
| 9 | { |
||
| 10 | public function configureBatchActions(AdminInterface $admin, array $actions) |
||
| 14 | |||
| 15 | public function configureActionButtons(AdminInterface $admin, $list, $action, $object) |
||
| 19 | |||
| 20 | public function configureDefaultFilterValues(AdminInterface $admin, array &$filterValues) |
||
| 24 | } |
||
| 25 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.