Total Complexity | 4 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
14 | class LatitudeEvaluator |
||
15 | { |
||
16 | /** |
||
17 | * Validates the given latitude value (between -90 and 90 degrees) |
||
18 | * @see https://developers.google.com/maps/documentation/javascript/reference?hl=fr#LatLng |
||
19 | */ |
||
20 | public function evaluateFieldValue(string $value, string $is_in, bool &$set): string |
||
33 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.