| 1 | <?php |
||
| 9 | class Address extends Base |
||
| 10 | { |
||
| 11 | public $prefecture; |
||
| 12 | public $city; |
||
| 13 | public $town; |
||
| 14 | public $kanji; |
||
| 15 | public $hiragana; |
||
| 16 | public $katakana; |
||
| 17 | |||
| 18 | public function __construct($gender = null) |
||
| 32 | |||
| 33 | protected function samplePrefecture($prefectures) |
||
| 39 | |||
| 40 | protected function sampleCity($cities) |
||
| 46 | |||
| 47 | protected function sampleTown($towns) |
||
| 53 | } |
||
| 54 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.