Skip to content

Commit 8ee9611

Browse files
OskarStarkfabpot
authored andcommitted
removed useless PHPDoc
1 parent c1d8b61 commit 8ee9611

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

Client.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ abstract class Client
4545
private $isMainRequest = true;
4646

4747
/**
48-
* Constructor.
49-
*
5048
* @param array $server The server parameters (equivalent of $_SERVER)
5149
* @param History $history A History instance to store the browser history
5250
* @param CookieJar $cookieJar A CookieJar instance to store the cookies

Request.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
namespace Symfony\Component\BrowserKit;
1313

1414
/**
15-
* Request object.
16-
*
1715
* @author Fabien Potencier <fabien@symfony.com>
1816
*/
1917
class Request
@@ -27,8 +25,6 @@ class Request
2725
protected $content;
2826

2927
/**
30-
* Constructor.
31-
*
3228
* @param string $uri The request URI
3329
* @param string $method The HTTP method request
3430
* @param array $parameters The request parameters

Response.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
namespace Symfony\Component\BrowserKit;
1313

1414
/**
15-
* Response object.
16-
*
1715
* @author Fabien Potencier <fabien@symfony.com>
1816
*/
1917
class Response
@@ -23,8 +21,6 @@ class Response
2321
protected $headers;
2422

2523
/**
26-
* Constructor.
27-
*
2824
* The headers array is a set of key/value pairs. If a header is present multiple times
2925
* then the value is an array of all the values.
3026
*

0 commit comments

Comments
 (0)