Skip to content

Commit f38b363

Browse files
Merge branch '3.3' into 3.4
* 3.3: (23 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 [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. 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 ...
2 parents 0fb45a8 + 0744765 commit f38b363

File tree

6 files changed

+0
-14
lines changed

6 files changed

+0
-14
lines changed

Node/Specificity.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ class Specificity
4545
private $c;
4646

4747
/**
48-
* Constructor.
49-
*
5048
* @param int $a
5149
* @param int $b
5250
* @param int $c

Parser/Parser.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ class Parser implements ParserInterface
3333
private $tokenizer;
3434

3535
/**
36-
* Constructor.
37-
*
3836
* @param null|Tokenizer $tokenizer
3937
*/
4038
public function __construct(Tokenizer $tokenizer = null)

Parser/Tokenizer/Tokenizer.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ class Tokenizer
3333
*/
3434
private $handlers;
3535

36-
/**
37-
* Constructor.
38-
*/
3936
public function __construct()
4037
{
4138
$patterns = new TokenizerPatterns();

Parser/Tokenizer/TokenizerPatterns.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ class TokenizerPatterns
8383
*/
8484
private $quotedStringPattern;
8585

86-
/**
87-
* Constructor.
88-
*/
8986
public function __construct()
9087
{
9188
$this->unicodeEscapePattern = '\\\\([0-9a-f]{1,6})(?:\r\n|[ \n\r\t\f])?';

XPath/Extension/HtmlExtension.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929
class HtmlExtension extends AbstractExtension
3030
{
3131
/**
32-
* Constructor.
33-
*
3432
* @param Translator $translator
3533
*/
3634
public function __construct(Translator $translator)

XPath/Extension/NodeExtension.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ class NodeExtension extends AbstractExtension
3737
private $flags;
3838

3939
/**
40-
* Constructor.
41-
*
4240
* @param int $flags
4341
*/
4442
public function __construct($flags = 0)

0 commit comments

Comments
 (0)