Skip to content
Snippets Groups Projects
Commit ae444b57 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix travis error

parent 7d6d4adc
No related branches found
No related tags found
No related merge requests found
......@@ -249,8 +249,8 @@ class ProductCombination
/**
* Deletes a product combination
*
* @param User $user
* @return int <0 KO >0 OK
* @param User $user Object user
* @return int <0 if KO, >0 if OK
*/
public function delete(User $user)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment