Skip to content

[Mailer] [Postmark] PostmarkDeliveryEvent::$message cannot be null #53242

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 28, 2023

Conversation

OskarStark
Copy link
Contributor

Q A
Branch? 7.1
Bug fix? yes
New feature? no
Deprecations? no
Issues --
License MIT

@carsonbot carsonbot added this to the 7.1 milestone Dec 27, 2023
@carsonbot carsonbot changed the title [Mailer][Postmark] PostmarkDeliveryEvent::$message cannot be null [Mailer] [Postmark] PostmarkDeliveryEvent::$message cannot be null Dec 27, 2023
Comment on lines -26 to +23
public function __construct(string $message, int $errorCode)
public function __construct(
private string $message,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is not nullable in the constructor

@OskarStark OskarStark requested a review from xabbuh December 27, 2023 20:57
@fabpot
Copy link
Member

fabpot commented Dec 28, 2023

Thank you @OskarStark.

@fabpot fabpot merged commit 1fcc69b into symfony:7.1 Dec 28, 2023
@OskarStark OskarStark deleted the fix/not-nullable branch December 28, 2023 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants