Closed Alexandre-T closed 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"
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.
declare(strict_types=1);
doctrine/orm
https://github.com/longitude-one/doctrine-spatial/issues/43#issuecomment-2083820543
And add the
declare(strict_types=1);
rule asdoctrine/orm
does it.