Completed
Pull Request — master (#6)
by
unknown
02:12
created
model.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -286,7 +286,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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) {
Please login to merge, or discard this patch.