@@ -42,8 +42,8 @@ discard block |
||
42 | 42 | * Sets the binning options. Overrides parent's method. |
43 | 43 | * |
44 | 44 | * @access public |
45 | - * @param array $binOptions an array of options for binning the data |
|
46 | - * @return void |
|
45 | + * @param string $binOptions an array of options for binning the data |
|
46 | + * @return boolean |
|
47 | 47 | */ |
48 | 48 | |
49 | 49 | public function setBinOptions($binOptions) |
@@ -61,7 +61,7 @@ discard block |
||
61 | 61 | * |
62 | 62 | * @access public |
63 | 63 | * @param array $data the numeric array |
64 | - * @return mixed boolean true on success, a \PEAR_Error object otherwise |
|
64 | + * @return boolean boolean true on success, a \PEAR_Error object otherwise |
|
65 | 65 | * |
66 | 66 | * @see _clear() |
67 | 67 | * @see Math_AbstractHistogram::getData() |
@@ -240,7 +240,7 @@ discard block |
||
240 | 240 | * array |
241 | 241 | * |
242 | 242 | * @access private |
243 | - * @param array $elem |
|
243 | + * @param string $elem |
|
244 | 244 | * @return array of values: array(min, max) |
245 | 245 | */ |
246 | 246 | public function _getMinMax($elem) |