@@ -61,7 +61,7 @@ |
||
61 | 61 | * @param array|string $key |
62 | 62 | * @param null|mixed $value |
63 | 63 | * @param bool $merge |
64 | - * @return mixed |
|
64 | + * @return MoveComponent |
|
65 | 65 | * |
66 | 66 | * @throws \Aura\Intl\Exception |
67 | 67 | * @throws \Cake\Core\Exception\Exception When trying to set a key that is invalid. |
@@ -217,7 +217,7 @@ |
||
217 | 217 | * Create and merge actual process options. |
218 | 218 | * |
219 | 219 | * @param array $options |
220 | - * @param int|string $count |
|
220 | + * @param integer $count |
|
221 | 221 | * @return array |
222 | 222 | * |
223 | 223 | * @throws \Aura\Intl\Exception |