Update code style

This commit is contained in:
Darko Gjorgjijoski
2024-02-08 03:37:17 +01:00
parent e14a248f24
commit 36424bbf05
2 changed files with 4 additions and 6 deletions

View File

@@ -696,7 +696,6 @@ class Invoice extends Model implements HasMedia
/** /**
* Set the invoice status from amount. * Set the invoice status from amount.
* @param $amount
* *
* @return array * @return array
*/ */
@@ -729,7 +728,6 @@ class Invoice extends Model implements HasMedia
/** /**
* Changes the invoice status right away * Changes the invoice status right away
* @param $amount
* *
* @return string[]|void * @return string[]|void
*/ */