mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix qodana warning - missing return
This commit is contained in:
parent
17f8f07892
commit
c6e37b6e85
|
|
@ -5462,6 +5462,8 @@ class Product extends CommonObject
|
|||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
||||
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user