mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
Remove code coverage ignore instructions
This commit is contained in:
@@ -102,7 +102,7 @@ class WebhookMessage extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
||||
* @return BelongsTo
|
||||
*/
|
||||
public function webhook(): BelongsTo
|
||||
@@ -111,7 +111,7 @@ class WebhookMessage extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
||||
* @return HasMany
|
||||
*/
|
||||
public function webhookAttempts(): HasMany
|
||||
|
Reference in New Issue
Block a user