From e85c31826f264454f8d10bde7b102d2a184a9e11 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Thu, 8 Aug 2024 12:20:41 +0200 Subject: [PATCH] php cs fixes --- .../Entity/Workflow/EntityWorkflowStepHold.php | 11 +++++++++-- .../EntityWorkflowStepHoldRepository.php | 16 +++++++++------- .../migrations/Version20240807123801.php | 7 +++++++ 3 files changed, 25 insertions(+), 9 deletions(-) diff --git a/src/Bundle/ChillMainBundle/Entity/Workflow/EntityWorkflowStepHold.php b/src/Bundle/ChillMainBundle/Entity/Workflow/EntityWorkflowStepHold.php index 6005b284f..166b8cfd2 100644 --- a/src/Bundle/ChillMainBundle/Entity/Workflow/EntityWorkflowStepHold.php +++ b/src/Bundle/ChillMainBundle/Entity/Workflow/EntityWorkflowStepHold.php @@ -1,5 +1,14 @@ byUser = $byUser; } - } diff --git a/src/Bundle/ChillMainBundle/Repository/Workflow/EntityWorkflowStepHoldRepository.php b/src/Bundle/ChillMainBundle/Repository/Workflow/EntityWorkflowStepHoldRepository.php index 59f0464f8..f445b33ee 100644 --- a/src/Bundle/ChillMainBundle/Repository/Workflow/EntityWorkflowStepHoldRepository.php +++ b/src/Bundle/ChillMainBundle/Repository/Workflow/EntityWorkflowStepHoldRepository.php @@ -1,5 +1,14 @@