Phpstan and cs fixes

This commit is contained in:
2025-03-27 14:32:06 +01:00
parent bd4c34cc1d
commit 4fa4d3b65c
4 changed files with 13 additions and 20 deletions

View File

@@ -59,7 +59,7 @@ class AccompanyingPeriodWorkMergeService
'sql' => "UPDATE chill_main_workflow_entity w
SET relatedentityid = :toKeepId
WHERE w.relatedentityid = :toDeleteId
AND w.relatedentityclass = 'Chill\PersonBundle\Entity\AccompanyingPeriod\AccompanyingPeriodWork'",
AND w.relatedentityclass = 'Chill\\PersonBundle\\Entity\\AccompanyingPeriod\\AccompanyingPeriodWork'",
'params' => ['toKeepId' => $toKeep->getId(), 'toDeleteId' => $toDelete->getId()],
];