-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[BrowserKit] Add toArray
to Response
#45515
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
5d1d712
to
ee8fcc3
Compare
Hey! I think @alexander-schranz has recently worked with this code. Maybe they can help review this? Cheers! Carsonbot |
ee8fcc3
to
a63fe22
Compare
LGTM, can you please have a look at @rodnaph's comments? |
a63fe22
to
19e2e3a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 on my side, with or without private array $jsonData;
(I don't have any data to decide if one is better than the other).
Thank you @HypeMC. |
Adds a
toArray
method to BrowserKit'sResponse
similar to the one in HttpClient. Is useful when working with json responses.