mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
Remove code coverage ignore instructions
This commit is contained in:
@@ -73,7 +73,7 @@ class PiggyBankEvent extends Model
|
||||
protected $hidden = ['amount_encrypted'];
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
||||
* @return BelongsTo
|
||||
*/
|
||||
public function piggyBank(): BelongsTo
|
||||
@@ -82,7 +82,7 @@ class PiggyBankEvent extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
||||
*
|
||||
* @param mixed $value
|
||||
*/
|
||||
@@ -92,7 +92,7 @@ class PiggyBankEvent extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
||||
* @return BelongsTo
|
||||
*/
|
||||
public function transactionJournal(): BelongsTo
|
||||
|
Reference in New Issue
Block a user