From 3ce78d0c16b1d5e7ae39f16a5942cdb14be25e90 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Wed, 1 Nov 2023 10:52:42 +0100 Subject: [PATCH] php cs fixer --- .../Actions/Remove/Handler/PersonMoveRelationHandler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Bundle/ChillPersonBundle/Actions/Remove/Handler/PersonMoveRelationHandler.php b/src/Bundle/ChillPersonBundle/Actions/Remove/Handler/PersonMoveRelationHandler.php index 45f655f4e..3d64515d3 100644 --- a/src/Bundle/ChillPersonBundle/Actions/Remove/Handler/PersonMoveRelationHandler.php +++ b/src/Bundle/ChillPersonBundle/Actions/Remove/Handler/PersonMoveRelationHandler.php @@ -24,8 +24,8 @@ class PersonMoveRelationHandler implements PersonMoveSqlHandlerInterface public function getSqls(string $className, string $field, Person $from, Person $to): array { -/* Insert sql statement taking into account two cases. - One where the person is the fromperson and another where the person is the toperson in the relationship.*/ + /* Insert sql statement taking into account two cases. + One where the person is the fromperson and another where the person is the toperson in the relationship.*/ $insertSql = sprintf(<<<'SQL' INSERT INTO chill_person_relationships (id, relation_id, reverse, createdat, createdby_id, fromperson_id, toperson_id) SELECT nextval('chill_person_relationships_id_seq'), relation_id, reverse, createdat, createdby_id,