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)
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 )
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