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