From b529a61bc549d6b0eb930a3e360225dab387bd87 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Wed, 6 May 2026 13:50:58 +0200 Subject: [PATCH] :white_check_mark: Fix PHP code styles --- .../unitary-tests/sources/core/Email/EmailSymfonyTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/php-unit-tests/unitary-tests/sources/core/Email/EmailSymfonyTest.php b/tests/php-unit-tests/unitary-tests/sources/core/Email/EmailSymfonyTest.php index 2cefa18742..4d4b17e399 100644 --- a/tests/php-unit-tests/unitary-tests/sources/core/Email/EmailSymfonyTest.php +++ b/tests/php-unit-tests/unitary-tests/sources/core/Email/EmailSymfonyTest.php @@ -170,7 +170,7 @@ HTML; * Email clients display the last part they support, so text/plain must come first and text/html last. * * @see https://www.rfc-editor.org/rfc/rfc2046.html#section-5.1.4 - * @covers \Combodo\iTop\Core\Email\EmailSymfony::SetBody() + * @covers \Combodo\iTop\Core\Email\EmailSymfony::SetBody() * @since N°9574 */ public function testSetBodyAlternativePartOrderForHtmlEmailIsPlainThenHtml(): void