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 @@ -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 )
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments