Skip to content

Commit 6bd80ab

Browse files
Merge branch '2.8' into 3.3
* 2.8: [DI] minor docblock fixes
2 parents d33cd02 + 7b41b71 commit 6bd80ab

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
@@ -288,8 +288,6 @@ public function get($name)
288288

289289
/**
290290
* Sets a named field.
291-
*
292-
* @param FormField $field The field
293291
*/
294292
public function set(FormField $field)
295293
{
@@ -376,8 +374,6 @@ public function disableValidation()
376374
*
377375
* Expects a 'submit' button \DOMElement and finds the corresponding form element, or the form element itself.
378376
*
379-
* @param \DOMElement $node A \DOMElement instance
380-
*
381377
* @throws \LogicException If given node is not a button or input or does not have a form ancestor
382378
*/
383379
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)