Skip to content
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

[Components][Browser-Kit]Fix typo with CookieJar #6719

Closed
wants to merge 1 commit into from
Closed

[Components][Browser-Kit]Fix typo with CookieJar #6719

wants to merge 1 commit into from

Conversation

rendler-denis
Copy link
Contributor

Fix typo which mentions that the DomCrawler\Crawler, received from Client::request(), is exposing a method to retrieve the CookieJar instead of the Client implementation

@javiereguiluz
Copy link
Member

👍

Status: reviewed


The Symfony API shows that this method belongs to the Client and not the Crawler: http://api.symfony.com/3.0/search.html?search=getCookieJar

@wouterj
Copy link
Member

wouterj commented Jul 8, 2016

Thanks a lot of fixing incorrect code Denis!

Fyi, I've merged this into the 2.7 docs (the oldest version we still maintain). I'll merge it into the more recent versions from there.

wouterj added a commit that referenced this pull request Jul 8, 2016
…rin Rendler)

This PR was submitted for the 3.0 branch but it was merged into the 2.7 branch instead (closes #6719).

Discussion
----------

[Components][Browser-Kit]Fix typo with CookieJar

Fix typo which mentions that the DomCrawler\Crawler, received from Client::request(), is exposing a method to retrieve the CookieJar instead of the Client implementation

Commits
-------

d556da7 [Components][Browser-Kit]Fix typo mentioning that Crawler exposes CookieJar not Client
@wouterj wouterj closed this Jul 8, 2016
@rendler-denis
Copy link
Contributor Author

That is great!
Thanks, @wouterj!
I wasn't sure to which branch to submit the PR but the next ones will be done in 2.7 then :)

@stof
Copy link
Member

stof commented Jul 8, 2016

@rendler-denis bug fixes will be merged in the oldest maintained branch affected by the bug (maintained branches are 2.7, 2.8, 3.0 and master currently).

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.

5 participants