longitude-one / doctrine-spatial

Doctrine extension to persist spatial data objects.
https://lo-doctrine-spatial.readthedocs.io/en/latest/
MIT License
67 stars 21 forks source link

Hard-code the type (string) in AbstractPoint.php #57

Closed Alexandre-T closed 6 months ago

Alexandre-T commented 6 months ago

https://github.com/longitude-one/doctrine-spatial/issues/43#issuecomment-2083820543

Thanks for your work on this. I have found:

AbstractPoint.php has "TODO remove this line in version 5"

And add the declare(strict_types=1);rule as doctrine/orm does it.