79098909

Date: 2024-10-17 15:54:59
Score: 3
Natty:
Report link

I just used the accepted answer from @Ali Khalili and @miken32 for a model with a point field, which worked a treat. However, I got a deprecation warning for getDoctrineSchemaManager()->getDatabasePlatform().

Changed to getDoctrineConnection()->getDatabasePlatform(), this is using doctrine/dbal 3.9.x

Reasons:
  • Blacklisted phrase (1): worked a treat
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Ali
  • User mentioned (0): @miken32
  • Low reputation (1):
Posted by: Paul Gardner