@@ -57,10 +57,9 @@ discard block |
||
| 57 | 57 | /** |
| 58 | 58 | * Get the offset of where the crop should start |
| 59 | 59 | * |
| 60 | - * @param \Imagick $image |
|
| 61 | 60 | * @param int $targetHeight |
| 62 | 61 | * @param int $targetHeight |
| 63 | - * @param int $sliceSize |
|
| 62 | + * @param integer $targetWidth |
|
| 64 | 63 | * @return array |
| 65 | 64 | */ |
| 66 | 65 | protected function getOffsetFromEntropy(\Imagick $originalImage, $targetWidth, $targetHeight) |
@@ -84,10 +83,10 @@ discard block |
||
| 84 | 83 | /** |
| 85 | 84 | * slice |
| 86 | 85 | * |
| 87 | - * @param mixed $image |
|
| 86 | + * @param \Imagick $image |
|
| 88 | 87 | * @param mixed $originalSize |
| 89 | 88 | * @param mixed $targetSize |
| 90 | - * @param mixed $axis h=horizontal, v = vertical |
|
| 89 | + * @param string $axis h=horizontal, v = vertical |
|
| 91 | 90 | * @access protected |
| 92 | 91 | * @return void |
| 93 | 92 | */ |
@@ -182,7 +181,7 @@ discard block |
||
| 182 | 181 | /** |
| 183 | 182 | * getPotential |
| 184 | 183 | * |
| 185 | - * @param mixed $position |
|
| 184 | + * @param string $position |
|
| 186 | 185 | * @param mixed $top |
| 187 | 186 | * @param mixed $sliceSize |
| 188 | 187 | * @access protected |