mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Remove code coverage ignore instructions
This commit is contained in:
@@ -28,7 +28,7 @@ use FireflyIII\Models\AccountType;
|
||||
/**
|
||||
* Trait AccountFilter
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
|
||||
*/
|
||||
trait AccountFilter
|
||||
{
|
||||
|
||||
@@ -29,7 +29,7 @@ use Illuminate\Support\Collection;
|
||||
/**
|
||||
* Trait ApiSupport
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
|
||||
*/
|
||||
trait ApiSupport
|
||||
{
|
||||
|
||||
@@ -28,7 +28,7 @@ use FireflyIII\Models\TransactionType;
|
||||
/**
|
||||
* Trait TransactionFilter
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
|
||||
*/
|
||||
trait TransactionFilter
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user