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 041e973

Browse filesBrowse files
authored
Make RawMessage::message nullable in the constructor
1 parent af74d12 commit 041e973
Copy full SHA for 041e973

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Mime/RawMessage.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Mime/RawMessage.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class RawMessage
2121
private iterable|string|null $message = null;
2222
private bool $isGeneratorClosed;
2323

24-
public function __construct(iterable|string $message)
24+
public function __construct(iterable|string|null $message)
2525
{
2626
$this->message = $message;
2727
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.