mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 16:13:54 +00:00
Remove code coverage ignore instructions
This commit is contained in:
@@ -105,7 +105,7 @@ class BudgetLimit extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
||||
* @return BelongsTo
|
||||
*/
|
||||
public function budget(): BelongsTo
|
||||
@@ -114,7 +114,7 @@ class BudgetLimit extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
||||
* @return BelongsTo
|
||||
*/
|
||||
public function transactionCurrency(): BelongsTo
|
||||
|
Reference in New Issue
Block a user