From c910909a13241d078decb6cd16033abbd19570a1 Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Thu, 28 Nov 2024 09:05:54 +0100 Subject: [PATCH] Fix CS --- phpunit/imap/MailCollectorTest.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/phpunit/imap/MailCollectorTest.php b/phpunit/imap/MailCollectorTest.php index 4a0daef1ee6..86e53456cfa 100644 --- a/phpunit/imap/MailCollectorTest.php +++ b/phpunit/imap/MailCollectorTest.php @@ -75,10 +75,10 @@ public function testGetEmpty() 'use_mail_date' => '', 'date_creation' => '', 'requester_field' => '', - 'add_to_to_observer' => '', + 'add_to_to_observer' => '', 'add_cc_to_observer' => '', 'collect_only_unread' => '', - 'create_user_from_email' => '', + 'create_user_from_email' => '', 'last_collect_date' => '', ], $instance->fields @@ -940,7 +940,6 @@ public function testCollect() sort($names); sort($actor_specs['tickets_names']); $this->assertSame($actor_specs['tickets_names'], $names); - } // Check creation of expected documents