Commit faca91a
committed
bug #6719 [Components][Browser-Kit]Fix typo with CookieJar (Denis-Florin 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 Client1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
0 commit comments