mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Code cleanup.
This commit is contained in:
		| @@ -31,11 +31,11 @@ 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 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) | ||||
|  */ | ||||
| @@ -43,8 +43,6 @@ class Amount extends Facade | ||||
| { | ||||
|     /** | ||||
|      * Get the registered name of the component. | ||||
|      * | ||||
|      * @return string | ||||
|      */ | ||||
|     protected static function getFacadeAccessor(): string | ||||
|     { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user