From ac353ec3bc58818ec90fb07e34680a213b5d532f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 6 Nov 2024 17:10:53 +0100 Subject: [PATCH] fix cs --- .../Tests/Services/Workflow/CancelStaleWorkflowCronJobTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillMainBundle/Tests/Services/Workflow/CancelStaleWorkflowCronJobTest.php b/src/Bundle/ChillMainBundle/Tests/Services/Workflow/CancelStaleWorkflowCronJobTest.php index 448588338..7f9246a81 100644 --- a/src/Bundle/ChillMainBundle/Tests/Services/Workflow/CancelStaleWorkflowCronJobTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Services/Workflow/CancelStaleWorkflowCronJobTest.php @@ -107,7 +107,7 @@ class CancelStaleWorkflowCronJobTest extends TestCase yield [ null, - true + true, ]; }