This commit is contained in:
Frédéric FRANCE 2019-12-13 08:12:55 +01:00 committed by GitHub
parent 95141550fa
commit c269229aab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ function dispatchedOrders()
* ordered
*
* @param int $product_id Product id
* @return void
* @return string|null
*/
function ordered($product_id)
{
@ -155,7 +155,7 @@ function ordered($product_id)
* getProducts
*
* @param int $order_id Order id
* @return void
* @return array|array[integer]
*/
function getProducts($order_id)
{