Completed
Branch master (9434d4)
by Simon
03:34
created
src/RangeField.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,8 +61,8 @@
 block discarded – undo
61 61
      * @param string $name The internal field name, passed to forms.
62 62
      * @param null|string $title The human-readable field label.
63 63
      * @param mixed $value The value of the field.
64
-     * @param int|array $min Lowest value of the range
65
-     * @param int|array $max Highest value of the range
64
+     * @param integer $min Lowest value of the range
65
+     * @param integer $max Highest value of the range
66 66
      * @param array $range Associative array with keys which determine the percentage point on the range
67 67
      *                     And values being the labels on the field
68 68
      */
Please login to merge, or discard this patch.