@@ -323,7 +323,7 @@ discard block |
||
| 323 | 323 | * @param string $query |
| 324 | 324 | * @param array $bindings |
| 325 | 325 | * |
| 326 | - * @return int|mixed |
|
| 326 | + * @return integer |
|
| 327 | 327 | */ |
| 328 | 328 | public function insert($query, $bindings = []) |
| 329 | 329 | { |
@@ -363,7 +363,7 @@ discard block |
||
| 363 | 363 | } |
| 364 | 364 | |
| 365 | 365 | /** |
| 366 | - * @param $query |
|
| 366 | + * @param string $query |
|
| 367 | 367 | * @param array $bindings |
| 368 | 368 | * |
| 369 | 369 | * @return mixed |
@@ -524,7 +524,7 @@ discard block |
||
| 524 | 524 | } |
| 525 | 525 | |
| 526 | 526 | /** |
| 527 | - * @return \string[] |
|
| 527 | + * @return string[] |
|
| 528 | 528 | */ |
| 529 | 529 | public function metrics() |
| 530 | 530 | { |
@@ -117,7 +117,7 @@ discard block |
||
| 117 | 117 | /** |
| 118 | 118 | * Specify a secondary index for the current bucket. |
| 119 | 119 | * |
| 120 | - * @param array $columns the JSON fields to index. |
|
| 120 | + * @param string[] $columns the JSON fields to index. |
|
| 121 | 121 | * @param string $name the name of the index. |
| 122 | 122 | * @param string $whereClause the WHERE clause of the index. |
| 123 | 123 | * @param boolean $ignoreIfExist if a secondary index already exists with that name, an exception will be |
@@ -152,7 +152,7 @@ discard block |
||
| 152 | 152 | } |
| 153 | 153 | |
| 154 | 154 | /** |
| 155 | - * @param $index |
|
| 155 | + * @param string|null $index |
|
| 156 | 156 | * |
| 157 | 157 | * @return string |
| 158 | 158 | */ |