Completed
Push — master ( 8d6b38...b6a560 )
by Pierce
01:50
created
src/Quartile.php 1 patch
Doc Comments   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
     }
53 53
 
54 54
     /**
55
-     * @return numeric
55
+     * @return double
56 56
      */
57 57
     public function getFirstQuartile()
58 58
     {
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
     }
61 61
 
62 62
     /**
63
-     * @return numeric
63
+     * @return double
64 64
      */
65 65
     public function getMedianQuartile()
66 66
     {
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
     }
69 69
 
70 70
     /**
71
-     * @return numeric
71
+     * @return double
72 72
      */
73 73
     public function getSecondQuartile()
74 74
     {
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
     }
77 77
 
78 78
     /**
79
-     * @return numeric
79
+     * @return double
80 80
      */
81 81
     public function getThirdQuartile()
82 82
     {
@@ -131,7 +131,6 @@  discard block
 block discarded – undo
131 131
     /**
132 132
      * Check if $value belongs in a quartile
133 133
      *
134
-     * @param array $quartiles
135 134
      * @param string $q1
136 135
      * @param string $q2
137 136
      * @param float $value
Please login to merge, or discard this patch.