mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-03 20:56:21 +00:00
Remove code coverage ignore instructions
This commit is contained in:
@@ -125,7 +125,7 @@ class Attachment extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
||||
* @return BelongsTo
|
||||
*/
|
||||
public function user(): BelongsTo
|
||||
@@ -136,7 +136,7 @@ class Attachment extends Model
|
||||
/**
|
||||
* Get all of the owning attachable models.
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
|
||||
*
|
||||
* @return MorphTo
|
||||
*/
|
||||
@@ -148,7 +148,7 @@ class Attachment extends Model
|
||||
/**
|
||||
* Returns the expected filename for this attachment.
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
|
||||
* @return string
|
||||
*/
|
||||
public function fileName(): string
|
||||
@@ -157,7 +157,7 @@ class Attachment extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
||||
* Get all of the notes.
|
||||
*/
|
||||
public function notes(): MorphMany
|
||||
|
||||
Reference in New Issue
Block a user