jmikola / geojson

GeoJSON implementation for PHP
MIT License
295 stars 47 forks source link

enhance php8.1 support #40

Closed ThomasEnssner closed 10 months ago

ThomasEnssner commented 2 years ago

added #[\ReturnTypeWillChange] attributes to jsonSerialize()-methods to avoid php8.1 deprecation notes.

phpCS/Beautifier fails because of not imported ReturnTypeWillChange class, but it is only available with php8.1.