Issue #3350345: TypeError: Cannot assign string to property Drupal\smart_ip\SmartIpLocation::$latitude
1 unresolved thread
Merge request reports
Activity
201 201 */ 202 202 public function set(string $key, mixed $value): SmartIpLocationInterface|static { 203 203 if (isset($this->{$key})) { 204 if (gettype($this->{$key}) == 'double') { Could we use https://www.php.net/manual/en/function.floatval.php instead of all this type juggling? Somewhere it said this was easy to test, adding a failing test to show this is broken/fixed would be really helpful. I don't personally receive this error on my use of the module, so I'd have to either take test coverage or other people's word for what is the best solution.
Please register or sign in to reply