Skip to content

Conversation

@MatanYadaev
Copy link
Owner

closes #114

@MatanYadaev MatanYadaev marked this pull request as ready for review March 2, 2024 13:56
$geometryType = is_object($value) ? $value::class : gettype($value);
throw new InvalidArgumentException(
sprintf('Expected %s, %s given.', static::class, $geometryType)
sprintf('Expected %s, %s given.', $this->className, $geometryType)
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated fix.

@MatanYadaev MatanYadaev merged commit df3ed55 into master Mar 5, 2024
@MatanYadaev MatanYadaev deleted the fix-is-dirty branch March 5, 2024 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Point column is always "dirty" after creating a record

2 participants