-
Notifications
You must be signed in to change notification settings - Fork 523
Add geo array dumper #517
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
Add geo array dumper #517
Conversation
|
I like that ! |
Nyholm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the late response time. Could you rebase this PR and I'll be happy to merge
| /** | ||
| * {@inheritDoc} | ||
| */ | ||
| public function dump(Address $address) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be Location
* Implement httplug * Fix tests and remove .puli from repo * Remove php 5.4 * Updated dependencies * Doc update and use latest discovery * Make sure we using phpuinit 4 * Using discovery 1.0 * Fixed doc block alignment * Use PSR7 implementations instead of mocks
* * Rename ENDPOINT_URL to GEOCODE_ENDPOINT_URL * Add REVERSE_ENDPOINT_URL * Update reverse method geocoder-php#550 * Update tests geocoder-php#550 * Add cached response
|
I think you did To recover: (You could aslo force push to this branch.) |
|
Sorry, fixed in new PR |
#504