Skip to content

Commit 7b41b71

Browse files
Merge branch '2.7' into 2.8
* 2.7: [DI] minor docblock fixes
2 parents 6433e25 + 99018a1 commit 7b41b71

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Form.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,6 @@ public function get($name)
278278

279279
/**
280280
* Sets a named field.
281-
*
282-
* @param FormField $field The field
283281
*/
284282
public function set(FormField $field)
285283
{
@@ -366,8 +364,6 @@ public function disableValidation()
366364
*
367365
* Expects a 'submit' button \DOMElement and finds the corresponding form element, or the form element itself.
368366
*
369-
* @param \DOMElement $node A \DOMElement instance
370-
*
371367
* @throws \LogicException If given node is not a button or input or does not have a form ancestor
372368
*/
373369
protected function setNode(\DOMElement $node)

FormFieldRegistry.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ class FormFieldRegistry
2626

2727
/**
2828
* Adds a field to the registry.
29-
*
30-
* @param FormField $field The field
3129
*/
3230
public function add(FormField $field)
3331
{

0 commit comments

Comments
 (0)