@@ -98,7 +98,6 @@ discard block |
||
98 | 98 | * Find and return first object by its tableIdColumn and use |
99 | 99 | * its data to populate this instance. |
100 | 100 | * |
101 | - * @param string $column to use in where statement. |
|
102 | 101 | * @param mixed $value to use in where statement. |
103 | 102 | * |
104 | 103 | * @return this |
@@ -205,7 +204,7 @@ discard block |
||
205 | 204 | * Save current object/row, update with where. |
206 | 205 | * |
207 | 206 | * @param string $where to use in where statement. |
208 | - * @param mixed $params to use in where statement. |
|
207 | + * @param mixed $param to use in where statement. |
|
209 | 208 | * |
210 | 209 | * @return void |
211 | 210 | */ |
@@ -264,7 +263,6 @@ discard block |
||
264 | 263 | * Update row where. |
265 | 264 | * |
266 | 265 | * @param string $where to use in where statement. |
267 | - * @param mixed $value to use in where statement. |
|
268 | 266 | * |
269 | 267 | * @return void |
270 | 268 | */ |