mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Remove code coverage ignore instructions
This commit is contained in:
@@ -125,7 +125,7 @@ class Rule extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
||||
* @return BelongsTo
|
||||
*/
|
||||
public function user(): BelongsTo
|
||||
@@ -134,7 +134,7 @@ class Rule extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
||||
* @return HasMany
|
||||
*/
|
||||
public function ruleActions(): HasMany
|
||||
@@ -143,7 +143,7 @@ class Rule extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
||||
* @return BelongsTo
|
||||
*/
|
||||
public function ruleGroup(): BelongsTo
|
||||
@@ -152,7 +152,7 @@ class Rule extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
||||
* @return HasMany
|
||||
*/
|
||||
public function ruleTriggers(): HasMany
|
||||
@@ -163,7 +163,7 @@ class Rule extends Model
|
||||
/**
|
||||
* @param mixed $value
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
|
||||
*/
|
||||
public function setDescriptionAttribute($value): void
|
||||
{
|
||||
|
Reference in New Issue
Block a user