Skip to content

Commit 624cfc9

Browse files
Merge branch '2.7' into 2.8
* 2.7: (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 c82ca6d + 94f3142 commit 624cfc9

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

Extension/CodeExtension.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ class CodeExtension extends AbstractExtension
2626
private $charset;
2727

2828
/**
29-
* Constructor.
30-
*
3129
* @param string $fileLinkFormat The format for links to source files
3230
* @param string $rootDir The project root directory
3331
* @param string $charset The charset

Extension/HttpKernelExtension.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ class HttpKernelExtension extends AbstractExtension
2626
private $handler;
2727

2828
/**
29-
* Constructor.
30-
*
3129
* @param FragmentHandler $handler A FragmentHandler instance
3230
*/
3331
public function __construct(FragmentHandler $handler)

NodeVisitor/TranslationDefaultDomainNodeVisitor.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
use Twig\NodeVisitor\AbstractNodeVisitor;
2727

2828
/**
29-
* TranslationDefaultDomainNodeVisitor.
30-
*
3129
* @author Fabien Potencier <[email protected]>
3230
*/
3331
class TranslationDefaultDomainNodeVisitor extends AbstractNodeVisitor
@@ -37,9 +35,6 @@ class TranslationDefaultDomainNodeVisitor extends AbstractNodeVisitor
3735
*/
3836
private $scope;
3937

40-
/**
41-
* Constructor.
42-
*/
4338
public function __construct()
4439
{
4540
$this->scope = new Scope();

0 commit comments

Comments
 (0)