File tree Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,6 @@ abstract class Client
45
45
private $ isMainRequest = true ;
46
46
47
47
/**
48
- * Constructor.
49
- *
50
48
* @param array $server The server parameters (equivalent of $_SERVER)
51
49
* @param History $history A History instance to store the browser history
52
50
* @param CookieJar $cookieJar A CookieJar instance to store the cookies
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \BrowserKit ;
13
13
14
14
/**
15
- * Request object.
16
- *
17
15
* @author Fabien Potencier <[email protected] >
18
16
*/
19
17
class Request
@@ -27,8 +25,6 @@ class Request
27
25
protected $ content ;
28
26
29
27
/**
30
- * Constructor.
31
- *
32
28
* @param string $uri The request URI
33
29
* @param string $method The HTTP method request
34
30
* @param array $parameters The request parameters
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \BrowserKit ;
13
13
14
14
/**
15
- * Response object.
16
- *
17
15
* @author Fabien Potencier <[email protected] >
18
16
*/
19
17
class Response
@@ -23,8 +21,6 @@ class Response
23
21
protected $ headers ;
24
22
25
23
/**
26
- * Constructor.
27
- *
28
24
* The headers array is a set of key/value pairs. If a header is present multiple times
29
25
* then the value is an array of all the values.
30
26
*
You can’t perform that action at this time.
0 commit comments