mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 23:44:30 -04:00
Static analysis cleanup
This commit is contained in:
parent
2a3c652b0c
commit
c507129657
@ -21,7 +21,7 @@ class DeletePayment
|
|||||||
private float $_paid_to_date_deleted = 0;
|
private float $_paid_to_date_deleted = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param mixed $payment
|
* @param Payment $payment
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function __construct(public Payment $payment, private bool $update_client_paid_to_date)
|
public function __construct(public Payment $payment, private bool $update_client_paid_to_date)
|
||||||
@ -29,7 +29,7 @@ class DeletePayment
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return mixed
|
* @return Payment
|
||||||
* @throws BindingResolutionException
|
* @throws BindingResolutionException
|
||||||
*/
|
*/
|
||||||
public function run()
|
public function run()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user