[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/locale polyfill #126

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Fix/locale polyfill #126

wants to merge 10 commits into from

Conversation

grimzy
Copy link
Owner
@grimzy grimzy commented Mar 6, 2020

#121 with symfony/polyfill-intl-icu instead of just ext-intl.


I'm not sure about this code added to the Point class:

private function rtrimCoordinate($coordinate) {
    return rtrim(rtrim($coordinate, '0'), '.,');
}

@gpedro
Copy link
gpedro commented Mar 7, 2020

wow! nice job :P

@grimzy
Copy link
Owner Author
grimzy commented Mar 9, 2020

Anyone knows how to remove intl extension from PHP on Travis?
https://travis-ci.org/grimzy/laravel-mysql-spatial/jobs/659959223#L710 doesn't work.

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.

2 participants