mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 17:04:45 -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;
|
||||
|
||||
/**
|
||||
* @param mixed $payment
|
||||
* @param Payment $payment
|
||||
* @return void
|
||||
*/
|
||||
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
|
||||
*/
|
||||
public function run()
|
||||
|
Loading…
x
Reference in New Issue
Block a user