mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Add annotated methods.
This commit is contained in:
		| @@ -24,13 +24,20 @@ namespace FireflyIII\Support\Facades; | ||||
|  | ||||
| use FireflyIII\Models\TransactionCurrency; | ||||
| use FireflyIII\User; | ||||
| use Illuminate\Support\Collection; | ||||
| use Illuminate\Support\Facades\Facade; | ||||
|  | ||||
| /** | ||||
|  * @codeCoverageIgnore | ||||
|  * Class Amount. | ||||
|  * | ||||
|  * @method string formatAnything(TransactionCurrency $format, string $amount, bool $coloured = true) | ||||
|  * @method Collection getAllCurrencies() | ||||
|  * @method string getCurrencyCode() | ||||
|  * @method string getCurrencySymbol() | ||||
|  * @method TransactionCurrency getDefaultCurrency() | ||||
|  * @method TransactionCurrency getDefaultCurrencyByUser(User $user) | ||||
|  * @method array getJsConfig(array $config) | ||||
|  */ | ||||
| class Amount extends Facade | ||||
| { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user