@@ -232,10 +232,6 @@ public function setDefault($option, $value)
232
232
}
233
233
234
234
/**
235
- * Sets a list of default values.
236
- *
237
- * @param array $defaults The default values to set
238
- *
239
235
* @return $this
240
236
*
241
237
* @throws AccessException If called from a lazy option or normalizer
@@ -468,8 +464,7 @@ public function isDeprecated(string $option): bool
468
464
*
469
465
* The resolved option value is set to the return value of the closure.
470
466
*
471
- * @param string $option The option name
472
- * @param \Closure $normalizer The normalizer
467
+ * @param string $option The option name
473
468
*
474
469
* @return $this
475
470
*
@@ -512,10 +507,6 @@ public function setNormalizer($option, \Closure $normalizer)
512
507
*
513
508
* The resolved option value is set to the return value of the closure.
514
509
*
515
- * @param string $option The option name
516
- * @param \Closure $normalizer The normalizer
517
- * @param bool $forcePrepend If set to true, prepend instead of appending
518
- *
519
510
* @return $this
520
511
*
521
512
* @throws UndefinedOptionsException If the option is undefined
@@ -767,8 +758,6 @@ public function clear()
767
758
* - Options have invalid types;
768
759
* - Options have invalid values.
769
760
*
770
- * @param array $options A map of option names to values
771
- *
772
761
* @return array The merged and validated options
773
762
*
774
763
* @throws UndefinedOptionsException If an option name is undefined
0 commit comments