Skip to content

Commit 3ee6a8a

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 1ac5e7c + a7a9ef7 commit 3ee6a8a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Field/FormField.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ abstract class FormField
4444
protected $disabled;
4545

4646
/**
47-
* Constructor.
48-
*
4947
* @param \DOMElement $node The node associated with this field
5048
*/
5149
public function __construct(\DOMElement $node)

Form.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ class Form extends Link implements \ArrayAccess
3737
private $baseHref;
3838

3939
/**
40-
* Constructor.
41-
*
4240
* @param \DOMElement $node A \DOMElement instance
4341
* @param string $currentUri The URI of the page where the form is embedded
4442
* @param string $method The method to use for the link (if null, it defaults to the method defined by the form)

0 commit comments

Comments
 (0)