@@ -91,7 +91,7 @@ discard block |
||
91 | 91 | } |
92 | 92 | |
93 | 93 | /** |
94 | - * @param array $where |
|
94 | + * @param string[] $where |
|
95 | 95 | * @param mixed|array $fieldList |
96 | 96 | * Field list can be scalar - it would be converted to array and used as field name |
97 | 97 | * @param bool $for_update |
@@ -129,8 +129,8 @@ discard block |
||
129 | 129 | } |
130 | 130 | |
131 | 131 | /** |
132 | - * @param int|string $recordId |
|
133 | - * @param mixed|array $fieldList |
|
132 | + * @param integer $recordId |
|
133 | + * @param string[] $fieldList |
|
134 | 134 | * @param bool $forUpdate |
135 | 135 | * |
136 | 136 | * @return array|null |