@@ -442,7 +442,7 @@ discard block |
||
442 | 442 | * find one match based on a single field and match criteria |
443 | 443 | * |
444 | 444 | * @param string $fieldname |
445 | - * @param string|array $match |
|
445 | + * @param string $match |
|
446 | 446 | * @param string $order ASC|DESC |
447 | 447 | * @return object of calling class |
448 | 448 | */ |
@@ -459,7 +459,7 @@ discard block |
||
459 | 459 | * find multiple matches based on a single field and match criteria |
460 | 460 | * |
461 | 461 | * @param string $fieldname |
462 | - * @param string|array $match |
|
462 | + * @param string $match |
|
463 | 463 | * @return object[] of objects of calling class |
464 | 464 | */ |
465 | 465 | public static function fetchAllWhereMatchingSingleField( $fieldname, $match ) { |
@@ -44,7 +44,7 @@ |
||
44 | 44 | * |
45 | 45 | */ |
46 | 46 | public static function tearDownAfterClass() { |
47 | - Freshsauce\Model\Model::execute( 'DROP DATABASE IF EXISTS `categorytest`' ); |
|
47 | + Freshsauce\Model\Model::execute('DROP DATABASE IF EXISTS `categorytest`'); |
|
48 | 48 | } |
49 | 49 | |
50 | 50 | /** |