Skip to content

[Notifier] Fix errors parsing in FirebaseTransport #38190

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
Sep 15, 2020

Conversation

jderusse
Copy link
Member

Q A
Branch? 5.1
Bug fix? yes
New feature? no
Deprecations? no
Tickets /
License MIT
Doc PR /

I noticed that, when parsing the response, this transport use getHeader() like a string[] instead of string[][].

I did not test it and I'm not sure about this fix: could you have a look @Jeroeny ?

@nicolas-grekas
Copy link
Member

Thank you @jderusse.

@nicolas-grekas nicolas-grekas merged commit ae655bf into symfony:5.1 Sep 15, 2020
@Jeroeny
Copy link
Contributor

Jeroeny commented Sep 22, 2020

@jderusse Tested it, it's indeed an array of strings and works like this 👍.

@fabpot fabpot mentioned this pull request Sep 27, 2020
@jderusse jderusse deleted the fix-firebase branch October 15, 2020 10:01
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.

4 participants