Torann / laravel-geoip

Determine the geographical location of website visitors based on their IP addresses.
http://lyften.com/projects/laravel-geoip
BSD 2-Clause "Simplified" License
2.1k stars 373 forks source link

Add location attributes as phpdoc class properties #160

Closed highstrike closed 4 years ago

highstrike commented 4 years ago

Hello,

I'm facing an issue where phpstorm complains fields are accessible through magic methods.

Fixing this means just adding some phpdoc class properties to the Location class to make phpstorm happy again :)