Skip to content

Commit 0b5f6b3

Browse files
committed
minor #24342 removed useless PHPDoc (OskarStark)
This PR was squashed before being merged into the 2.7 branch (closes #24342). Discussion ---------- removed useless PHPDoc | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no <!-- don't forget updating src/**/CHANGELOG.md files --> | BC breaks? | no | Deprecations? | no <!-- don't forget updating UPGRADE-*.md files --> | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | n/a Commits ------- 5ee9043d8b removed useless PHPDoc
2 parents 270abff + 8ee9611 commit 0b5f6b3

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 <[email protected]>
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 <[email protected]>
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)