Skip to content

Commit 99018a1

Browse files
[DI] minor docblock fixes
1 parent 5980ffb commit 99018a1

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)