mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-04 04:24:26 +00:00
Code cleanup.
This commit is contained in:
@@ -33,24 +33,20 @@ use Illuminate\Support\Facades\Facade;
|
||||
*
|
||||
* @method string balance(Account $account, Carbon $date)
|
||||
* @method string balanceIgnoreVirtual(Account $account, Carbon $date)
|
||||
* @method array balanceInRange(Account $account, Carbon $start, Carbon $end)
|
||||
* @method array balancesByAccounts(Collection $accounts, Carbon $date)
|
||||
* @method array balanceInRange(Account $account, Carbon $start, Carbon $end)
|
||||
* @method array balancesByAccounts(Collection $accounts, Carbon $date)
|
||||
* @method decrypt(int $isEncrypted, string $value)
|
||||
* @method array getLastActivities(array $accounts)
|
||||
* @method string negative(string $amount)
|
||||
* @method string|null opposite(string $amount = null)
|
||||
* @method int phpBytes(string $string)
|
||||
* @method string positive(string $amount)
|
||||
* @method array balancesPerCurrencyByAccounts(Collection $accounts, Carbon $date)
|
||||
*
|
||||
|
||||
* @method array getLastActivities(array $accounts)
|
||||
* @method string negative(string $amount)
|
||||
* @method null|string opposite(string $amount = null)
|
||||
* @method int phpBytes(string $string)
|
||||
* @method string positive(string $amount)
|
||||
* @method array balancesPerCurrencyByAccounts(Collection $accounts, Carbon $date)
|
||||
*/
|
||||
class Steam extends Facade
|
||||
{
|
||||
/**
|
||||
* Get the registered name of the component.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
protected static function getFacadeAccessor(): string
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user