Skip to content

Commit 317d5bd

Browse files
Merge branch '2.8' into 3.3
* 2.8: (22 commits) Tests and fix for issue in array model data in EntityType field with multiple=true [Form] Fixed PercentToLocalizedStringTransformer to accept both comma and dot as decimal separator, if possible removed useless PHPDoc [Form] Fix FormInterface::submit() annotation 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. Added null as explicit return type (?TokenInterface) [FrameworkBundle] Fix Routing\DelegatingLoader Render all line breaks according to the exception message [Form] Fix phpdoc [DI] remove confusing code [Form] Fixed GroupSequence with "constraints" option [Validator] Clarify UUID validator behavior [Filesystem] Fixed makePathRelative ...
2 parents 79d7cd5 + 87a03da commit 317d5bd

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)