Skip to content
Snippets Groups Projects

Issue #3350345: TypeError: Cannot assign string to property Drupal\smart_ip\SmartIpLocation::$latitude

Issue #3350345: TypeError: Cannot assign string to property Drupal\smart_ip\SmartIpLocation::$latitude
1 unresolved thread
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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') {
Please register or sign in to reply
Loading