creof / geo-parser

Parser for geography coordinate strings
MIT License
61 stars 16 forks source link

Fixes an PHP 7.3.7 compatibility issue due to an invalid escape sequence. #16

Closed agencelimitless closed 5 years ago

agencelimitless commented 5 years ago

Include updates : https://github.com/creof/geo-parser/pull/14

lib/CrEOF/Geo/String/Parser.php:91 : Add a type-hint on input resolving error

preg_split() expects parameter 2 to be string, float given