Fix comment params

This commit is contained in:
Cédric 2020-08-08 23:01:41 +02:00 committed by GitHub
parent d7a65a540e
commit 3f233a3200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,8 +244,8 @@ class ProductAttributeValue extends CommonObject
/**
* Deletes all product attribute values by a product attribute id
*
* @param int $fk_attribute Product attribute id
* @param int $notrigger Do not execute trigger
* @param int $fk_attribute Product attribute id
* @param User $user Object user
* @return int <0 KO, >0 OK
*/
public function deleteByFkAttribute($fk_attribute, User $user)