mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-11 00:16:54 +00:00
Remove code coverage ignore instructions
This commit is contained in:
@@ -26,7 +26,7 @@ namespace FireflyIII\Support\Facades;
|
||||
use Illuminate\Support\Facades\Facade;
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
||||
* Class AccountForm.
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -29,7 +29,7 @@ use Illuminate\Support\Collection;
|
||||
use Illuminate\Support\Facades\Facade;
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
||||
* Class Amount.
|
||||
*
|
||||
* @method string formatAnything(TransactionCurrency $format, string $amount, bool $coloured = true)
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace FireflyIII\Support\Facades;
|
||||
use Illuminate\Support\Facades\Facade;
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
||||
* Class CurrencyForm.
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace FireflyIII\Support\Facades;
|
||||
use Illuminate\Support\Facades\Facade;
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
||||
* Class ExpandedForm.
|
||||
*/
|
||||
class ExpandedForm extends Facade
|
||||
|
||||
@@ -27,7 +27,7 @@ use FireflyIII\Models\Configuration;
|
||||
use Illuminate\Support\Facades\Facade;
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
||||
* Class FireflyConfig.
|
||||
* @method null|Configuration get($name, $default = null)
|
||||
* @method Configuration set(string $name, $value)
|
||||
|
||||
@@ -27,7 +27,7 @@ use Carbon\Carbon;
|
||||
use Illuminate\Support\Facades\Facade;
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
||||
* Class Navigation.
|
||||
*
|
||||
* @method Carbon addPeriod(Carbon $theDate, string $repeatFreq, int $skip)
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace FireflyIII\Support\Facades;
|
||||
use Illuminate\Support\Facades\Facade;
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
||||
* Class PiggyBankForm.
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -29,7 +29,7 @@ use Illuminate\Support\Collection;
|
||||
use Illuminate\Support\Facades\Facade;
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
||||
* Class Preferences.
|
||||
*
|
||||
* @method Collection beginsWith(User $user, string $search)
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace FireflyIII\Support\Facades;
|
||||
use Illuminate\Support\Facades\Facade;
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
||||
* Class RuleForm.
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -43,7 +43,7 @@ use Illuminate\Support\Facades\Facade;
|
||||
* @method string positive(string $amount)
|
||||
* @method array balancesPerCurrencyByAccounts(Collection $accounts, Carbon $date)
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
|
||||
*/
|
||||
class Steam extends Facade
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user