We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Also, instead of
/** * @var AddressCollection */
it should be
/** * @var \Geocoder\Model\AddressCollection */
The text was updated successfully, but these errors were encountered:
You are correct, that is missing.
We should add use Geocoder\Model\AddressCollection; at the top of the file. Could you add a PR?
use Geocoder\Model\AddressCollection;
Sorry, something went wrong.
I'll have to setup the project at home, and also, this would be my first PR, but sure.
That would be great. Im looking forward to review it.
33e2254
@alexgmin Thanks for reporting that. Should be fixed now. Let us know if you find anything else. :)
@Nyholm thanks for responding so quickly to the issue. :) (Small things like this I don't mind fixing without PRs.)
mikebronner
No branches or pull requests
Issue Description
Also, instead of
it should be
The text was updated successfully, but these errors were encountered: