Passed
Push — master ( 951973...030b08 )
by Felipe
28s
created
src/Histogram/Histogram3D.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -42,8 +42,8 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.