-
Notifications
You must be signed in to change notification settings - Fork 440
Set to Header only Headers #1208
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
Conversation
This would be a huge BC break. There are a lot of projects which rely on current behavior, even though it's not correct.
This would be a huge BC break. There are a lot of projects which rely on current behavior, even though it's not correct.
Maybe add a description to UPGRADE.md?
That would require a version bump and a lot of work on my side. I'd prefer to avoid it.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I`m setting headers and properties
Снимок экрана 2021年10月25日 в 17 13 04
If i use function
$message->getHeaders()
i get properties instead and if use$message->getProperties()
i get headers!!!This PR fixing it
Before fix
After fix