* Modify unit test of bugModel::getProductMemberPairs.

This commit is contained in:
liumengyi
2023-12-02 13:20:26 +08:00
parent 51139837df
commit 0f964cb34c
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -720,11 +720,11 @@ class bugTest
/**
* Test get bug member of a product.
*
* @param int $productID
* @param int $productID
* @access public
* @return string
* @return string|array
*/
public function getProductMemberPairsTest($productID)
public function getProductMemberPairsTest(int $productID): string|array
{
$array = $this->objectModel->getProductMemberPairs($productID);