| 1 | <?php |
||
| 4 | class Custom extends Base{ |
||
| 5 | |||
| 6 | /** |
||
| 7 | * |
||
| 8 | * @param string $value |
||
| 9 | * @param array $definition |
||
| 10 | * @throws Exception |
||
| 11 | */ |
||
| 12 | public function __construct($value, array $definition){ |
||
| 22 | |||
| 23 | public static function binary($value, array $definition){ |
||
| 26 | |||
| 27 | public static function parse($binary, array $definition){ |
||
| 31 | } |
||
| 32 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.