Skip to content

Commit 69a7f77

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: remove constructor argument type-hint
2 parents 2115c12 + 46bb8e8 commit 69a7f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Mime/RawMessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class RawMessage
2424
* @param iterable<string>|string|resource $message
2525
*/
2626
public function __construct(
27-
private mixed $message,
27+
private $message,
2828
) {
2929
}
3030

0 commit comments

Comments
 (0)