@@ -286,7 +286,7 @@ discard block |
||
286 | 286 | * find one match based on a single field and match criteria |
287 | 287 | * |
288 | 288 | * @param string $fieldname |
289 | - * @param mixed $match string|array |
|
289 | + * @param string $match string|array |
|
290 | 290 | * @param string $order ASC|DESC |
291 | 291 | * @return object of calling class |
292 | 292 | */ |
@@ -304,7 +304,7 @@ discard block |
||
304 | 304 | * find multiple matches based on a single field and match criteria |
305 | 305 | * |
306 | 306 | * @param string $fieldname |
307 | - * @param mixed $match string|array |
|
307 | + * @param string $match string|array |
|
308 | 308 | * @return array of objects of calling class |
309 | 309 | */ |
310 | 310 | public static function fetchAllWhereMatchingSingleField($fieldname, $match) { |