From 8c33d876e80f61a23c3d2c6f46a7710a3749162b Mon Sep 17 00:00:00 2001 From: juminet Date: Thu, 22 Apr 2021 07:53:05 +0000 Subject: [PATCH] code formatting in PointType --- src/Bundle/ChillMainBundle/Doctrine/Type/PointType.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Bundle/ChillMainBundle/Doctrine/Type/PointType.php b/src/Bundle/ChillMainBundle/Doctrine/Type/PointType.php index eab3261dd..6b6f7c113 100644 --- a/src/Bundle/ChillMainBundle/Doctrine/Type/PointType.php +++ b/src/Bundle/ChillMainBundle/Doctrine/Type/PointType.php @@ -63,10 +63,5 @@ class PointType extends Type { { return $sqlExpr; } - - - - - }