@@ -117,7 +117,7 @@ discard block |
||
| 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 |
||
| 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 | { |