@@ -50,12 +50,12 @@ discard block |
||
| 50 | 50 | /** |
| 51 | 51 | * Create a new Cursor instance. |
| 52 | 52 | * |
| 53 | - * @param mixed $current |
|
| 53 | + * @param integer $current |
|
| 54 | 54 | * @param mixed $prev |
| 55 | 55 | * @param mixed $next |
| 56 | 56 | * @param int $count |
| 57 | 57 | * |
| 58 | - * @return void |
|
| 58 | + * @return CursorInterface |
|
| 59 | 59 | */ |
| 60 | 60 | public function __construct($current = null, $prev = null, $next = null, $count = null) |
| 61 | 61 | { |
@@ -78,7 +78,7 @@ discard block |
||
| 78 | 78 | /** |
| 79 | 79 | * Set the current cursor value. |
| 80 | 80 | * |
| 81 | - * @param mixed $current |
|
| 81 | + * @param integer $current |
|
| 82 | 82 | * |
| 83 | 83 | * @return Cursor |
| 84 | 84 | */ |
@@ -102,7 +102,7 @@ discard block |
||
| 102 | 102 | /** |
| 103 | 103 | * Set the prev cursor value. |
| 104 | 104 | * |
| 105 | - * @param mixed $prev |
|
| 105 | + * @param integer $prev |
|
| 106 | 106 | * |
| 107 | 107 | * @return Cursor |
| 108 | 108 | */ |
@@ -126,7 +126,7 @@ discard block |
||
| 126 | 126 | /** |
| 127 | 127 | * Set the next cursor value. |
| 128 | 128 | * |
| 129 | - * @param mixed $next |
|
| 129 | + * @param integer $next |
|
| 130 | 130 | * |
| 131 | 131 | * @return Cursor |
| 132 | 132 | */ |