mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-08-14 06:54:48 -05:00
Remove code coverage ignore instructions
This commit is contained in:
+4
-4
@@ -127,7 +127,7 @@ class Tag extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
||||
* @return BelongsTo
|
||||
*/
|
||||
public function user(): BelongsTo
|
||||
@@ -136,7 +136,7 @@ class Tag extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
||||
* @return MorphMany
|
||||
*/
|
||||
public function attachments(): MorphMany
|
||||
@@ -145,7 +145,7 @@ class Tag extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
||||
* @return MorphMany
|
||||
*/
|
||||
public function locations(): MorphMany
|
||||
@@ -154,7 +154,7 @@ class Tag extends Model
|
||||
}
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
||||
* @return BelongsToMany
|
||||
*/
|
||||
public function transactionJournals(): BelongsToMany
|
||||
|
||||
Reference in New Issue
Block a user