File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -288,8 +288,6 @@ public function get($name)
288
288
289
289
/**
290
290
* Sets a named field.
291
- *
292
- * @param FormField $field The field
293
291
*/
294
292
public function set (FormField $ field )
295
293
{
@@ -376,8 +374,6 @@ public function disableValidation()
376
374
*
377
375
* Expects a 'submit' button \DOMElement and finds the corresponding form element, or the form element itself.
378
376
*
379
- * @param \DOMElement $node A \DOMElement instance
380
- *
381
377
* @throws \LogicException If given node is not a button or input or does not have a form ancestor
382
378
*/
383
379
protected function setNode (\DOMElement $ node )
Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ class FormFieldRegistry
26
26
27
27
/**
28
28
* Adds a field to the registry.
29
- *
30
- * @param FormField $field The field
31
29
*/
32
30
public function add (FormField $ field )
33
31
{
You can’t perform that action at this time.
0 commit comments