Skip to content

Commit 6433e25

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 8bd4820 + 5980ffb commit 6433e25

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

Crawler.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ class Crawler extends \SplObjectStorage
5353
private $isHtml = true;
5454

5555
/**
56-
* Constructor.
57-
*
5856
* @param mixed $node A Node to use as the base for the crawling
5957
* @param string $currentUri The current URI
6058
* @param string $baseHref The base href value

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)

Link.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ class Link
3434
protected $currentUri;
3535

3636
/**
37-
* Constructor.
38-
*
3937
* @param \DOMElement $node A \DOMElement instance
4038
* @param string $currentUri The URI of the page where the link is embedded (or the base href)
4139
* @param string $method The method to use for the link (get by default)

0 commit comments

Comments
 (0)