8000 Processed PR feedback for #57065 · symfony/symfony@ded0d67 · GitHub
[go: up one dir, main page]

Skip to content

Commit ded0d67

Browse files
committed
Processed PR feedback for #57065
1 parent c8fbce6 commit ded0d67

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/Symfony/Component/Mime/CHANGELOG.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
CHANGELOG
22
=========
33

4-
6.4
5-
---
6-
7-
* Fixed `Message::ensureValidity()` when a required header is set with an empty body
8-
94
6.3
105
---
116

src/Symfony/Component/Mime/Tests/MessageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ public function testSymfonySerialize()
280280
/**
281281
* @dataProvider ensureValidityProvider
282282
*/
283-
public function testEnsureValidity($headers, $exceptionClass, $exceptionMessage)
283+
public function testEnsureValidity(array $headers, ?string $exceptionClass, ?string $exceptionMessage)
284284
{
285285
if ($exceptionClass) {
286286
$this->expectException($exceptionClass);

0 commit comments

Comments
 (0)
0