mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Remove code coverage ignore instructions
This commit is contained in:
@@ -108,7 +108,7 @@ class TransactionCurrency extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
||||
* @return HasMany
|
||||
*/
|
||||
public function budgetLimits(): HasMany
|
||||
@@ -117,7 +117,7 @@ class TransactionCurrency extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
||||
* @return HasMany
|
||||
*/
|
||||
public function transactionJournals(): HasMany
|
||||
@@ -126,7 +126,7 @@ class TransactionCurrency extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
||||
* @return HasMany
|
||||
*/
|
||||
public function transactions(): HasMany
|
||||
|
Reference in New Issue
Block a user