@@ -246,10 +246,10 @@ |
||
246 | 246 | } |
247 | 247 | |
248 | 248 | /** |
249 | - * @param $absoluteImageName |
|
250 | - * @param $ratio |
|
251 | - * @param $focusPointX |
|
252 | - * @param $focusPointY |
|
249 | + * @param string $absoluteImageName |
|
250 | + * @param string $ratio |
|
251 | + * @param integer $focusPointX |
|
252 | + * @param integer $focusPointY |
|
253 | 253 | * |
254 | 254 | * @return array |
255 | 255 | */ |
@@ -41,7 +41,7 @@ |
||
41 | 41 | /** |
42 | 42 | * Return the current point. |
43 | 43 | * |
44 | - * @return int[] |
|
44 | + * @return integer[] |
|
45 | 45 | */ |
46 | 46 | public function getCurrentPoint() |
47 | 47 | { |
@@ -41,7 +41,7 @@ |
||
41 | 41 | /** |
42 | 42 | * Return the current point. |
43 | 43 | * |
44 | - * @return int[] |
|
44 | + * @return integer[] |
|
45 | 45 | */ |
46 | 46 | public function getCurrentPoint() |
47 | 47 | { |
@@ -41,7 +41,7 @@ |
||
41 | 41 | /** |
42 | 42 | * Return the current point. |
43 | 43 | * |
44 | - * @return int[] |
|
44 | + * @return integer[] |
|
45 | 45 | */ |
46 | 46 | public function getCurrentPoint() |
47 | 47 | { |
@@ -79,7 +79,7 @@ |
||
79 | 79 | * |
80 | 80 | * @param array $position |
81 | 81 | * |
82 | - * @return int[] |
|
82 | + * @return integer[] |
|
83 | 83 | */ |
84 | 84 | protected function cleanupPosition($position) |
85 | 85 | { |