Skip to content

Commit 14ab39a

Browse files
Merge branch '3.4'
* 3.4: (33 commits) Remove remaining `@experimental` annotations Tests and fix for issue in array model data in EntityType field with multiple=true [Validator] Add unique entity violation cause [Lock] Automaticaly release lock when user forget it [Form] Fixed PercentToLocalizedStringTransformer to accept both comma and dot as decimal separator, if possible fixed CS [FrameworkBundle] Don't clear app pools on cache:clear Hide label button when its setted to false removed useless PHPDoc [HttpFoundation] Return instance in StreamedResponse [Form] Fix FormInterface::submit() annotation [PHPUnitBridge] don't remove when set to empty string PdoSessionHandler: fix advisory lock for pgsql when session.sid_bits_per_character > 4 HttpCache does not consider ESI resources in HEAD requests Fix translation for "This field was not expected" [Routing] Enhance Route(Collection) docblocks Added improvement for accuracy in MoneyToLocalizedStringTransformer. Removed unused private property Use correct verb form in the pull request template Use PHP_MAXPATHLEN in Filesystem. ...
2 parents 70d64e2 + 95e5e02 commit 14ab39a

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
@@ -46,8 +46,6 @@ abstract class Client
4646
private $isMainRequest = true;
4747

4848
/**
49-
* Constructor.
50-
*
5149
* @param array $server The server parameters (equivalent of $_SERVER)
5250
* @param History $history A History instance to store the browser history
5351
* @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)