Skip to content

Commit

Permalink
[Mime] Fix serializing uninitialized RawMessage::$message to null
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Jan 30, 2024
1 parent 1127292 commit e6ae362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Tests/Mime/TemplatedEmailTest.php
Expand Up @@ -94,8 +94,7 @@ public function testSymfonySerialize()
}
]
},
"body": null,
"message": null
"body": null
}
EOF;

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -42,7 +42,7 @@
"symfony/security-core": "^4.4|^5.0|^6.0",
"symfony/security-csrf": "^4.4|^5.0|^6.0",
"symfony/security-http": "^4.4|^5.0|^6.0",
"symfony/serializer": "^5.2|^6.0",
"symfony/serializer": "^5.4.35|~6.3.12|^6.4.3",
"symfony/stopwatch": "^4.4|^5.0|^6.0",
"symfony/console": "^5.3|^6.0",
"symfony/expression-language": "^4.4|^5.0|^6.0",
Expand Down

0 comments on commit e6ae362

Please sign in to comment.