File tree Expand file tree Collapse file tree 4 files changed +0
-11
lines changed Expand file tree Collapse file tree 4 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -233,8 +233,6 @@ public function getRequest()
233
233
/**
234
234
* Clicks on a given link.
235
235
*
236
- * @param Link $link A Link instance
237
- *
238
236
* @return Crawler
239
237
*/
240
238
public function click (Link $ link )
Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ class Cookie
21
21
/**
22
22
* Handles dates as defined by RFC 2616 section 3.3.1, and also some other
23
23
* non-standard, but common formats.
24
- *
25
- * @var array
26
24
*/
27
25
private static $ dateFormats = array (
28
26
'D, d M Y H:i:s T ' ,
Original file line number Diff line number Diff line change @@ -20,11 +20,6 @@ class CookieJar
20
20
{
21
21
protected $ cookieJar = array ();
22
22
23
- /**
24
- * Sets a cookie.
25
- *
26
- * @param Cookie $cookie A Cookie instance
27
- */
28
23
public function set (Cookie $ cookie )
29
24
{
30
25
$ this ->cookieJar [$ cookie ->getDomain ()][$ cookie ->getPath ()][$ cookie ->getName ()] = $ cookie ;
Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ public function clear()
32
32
33
33
/**
34
34
* Adds a Request to the history.
35
- *
36
- * @param Request $request A Request instance
37
35
*/
38
36
public function add (Request $ request )
39
37
{
You can’t perform that action at this time.
0 commit comments