Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ded0d67

Browse filesBrowse files
committed
Processed PR feedback for symfony#57065
1 parent c8fbce6 commit ded0d67
Copy full SHA for ded0d67

File tree

2 files changed

+1
-6
lines changed
Filter options

2 files changed

+1
-6
lines changed

‎src/Symfony/Component/Mime/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Component/Mime/CHANGELOG.md
-5Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Mime/Tests/MessageTest.php
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.