| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 27 | public static function verifyThreemaId($field, &$value, &$error) |
||
|
|
|||
| 28 | { |
||
| 29 | /** @var XenForo_Options $options */ |
||
| 30 | $options = XenForo_Application::getOptions(); |
||
| 31 | |||
| 32 | return ThreemaGateway_Handler_Validation::checkThreemaId( |
||
| 33 | $value, 'personal', $error, $options->threema_gateway_userfield_verifyexist |
||
| 34 | ); |
||
| 35 | } |
||
| 36 | } |
||
| 37 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.