forked from Wavyzz/dolibarr
Forgot typehinting for function payment_supplier_prepare_head
This commit is contained in:
@@ -60,7 +60,7 @@ function payment_prepare_head(Paiement $object) {
|
||||
* @param Paiement $object
|
||||
* @return array
|
||||
*/
|
||||
function payment_supplier_prepare_head($object) {
|
||||
function payment_supplier_prepare_head(Paiement $object) {
|
||||
|
||||
global $langs, $conf;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user