Completed
Push — 2.0 ( 312d76...be5b54 )
by Stig
01:41
created
src/Stojg/Crop/CropEntropy.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
      *
118 118
      * @param string $axis - must be either 'x' or 'y'
119 119
      * @param $sliceSize
120
-     * @return int
120
+     * @return double
121 121
      */
122 122
     public function getMidPoint($axis, $sliceSize)
123 123
     {
@@ -211,7 +211,7 @@  discard block
 block discarded – undo
211 211
      * @param int $y1
212 212
      * @param int $x2
213 213
      * @param int $y2
214
-     * @param strint $fillColor
214
+     * @param string $fillColor
215 215
      */
216 216
     public function rectDraw($x1, $y1, $x2, $y2, $fillColor)
217 217
     {
Please login to merge, or discard this patch.