| 1 | <?php  | 
            ||
| 15 | class Contact extends Base  | 
            ||
| 16 | { | 
            ||
| 17 | protected $template_path = 'pages/';  | 
            ||
| 18 | |||
| 19 | /**  | 
            ||
| 20 | * Make contact page  | 
            ||
| 21 | *  | 
            ||
| 22 | * @param \Base $f3  | 
            ||
| 23 | * @param array $params  | 
            ||
| 24 | * @return void  | 
            ||
| 25 | */  | 
            ||
| 26 | public function contact(\Base $f3, array $params = [])  | 
            ||
| 52 | |||
| 53 | /**  | 
            ||
| 54 | * Contact page form post handler  | 
            ||
| 55 | *  | 
            ||
| 56 | * @param \Base $f3  | 
            ||
| 57 | * @param array $params  | 
            ||
| 58 | * @return void  | 
            ||
| 59 | */  | 
            ||
| 60 | public function contactPost(\Base $f3, array $params = [])  | 
            ||
| 66 | |||
| 67 | }  | 
            ||
| 68 | 
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.