| 1 | <?php |
||
| 10 | class CommandPresenter extends BasePresenter |
||
| 11 | { |
||
| 12 | private $commands; |
||
| 13 | |||
| 14 | private $results = []; |
||
| 15 | |||
| 16 | public function renderDefault($driver, $database = null, $commands = null) |
||
| 25 | |||
| 26 | protected function createComponentForm() |
||
| 38 | |||
| 39 | public function formSuccess(Form $form, ArrayHash $values) |
||
| 43 | } |
||
| 44 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.