mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Fix phpstan issues.
This commit is contained in:
@@ -28,17 +28,6 @@ use FireflyIII\User;
|
||||
use Illuminate\Support\Collection;
|
||||
use Illuminate\Support\Facades\Facade;
|
||||
|
||||
/**
|
||||
* Class Amount.
|
||||
*
|
||||
* @method string formatAnything(TransactionCurrency $format, string $amount, bool $coloured = true)
|
||||
* @method Collection getAllCurrencies()
|
||||
* @method Collection getCurrencies()
|
||||
* @method string getCurrencyCode()
|
||||
* @method string getCurrencySymbol()
|
||||
* @method TransactionCurrency getDefaultCurrency()
|
||||
* @method TransactionCurrency getDefaultCurrencyByUser(User $user)
|
||||
*/
|
||||
class Amount extends Facade
|
||||
{
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user