Remove code coverage ignore instructions

This commit is contained in:
James Cole
2023-02-12 07:15:06 +01:00
parent ef6af34af9
commit 927d607b1a
457 changed files with 741 additions and 741 deletions

View File

@@ -117,7 +117,7 @@ class Category extends Model
}
/**
* @codeCoverageIgnore
* @return BelongsTo
*/
public function user(): BelongsTo
@@ -126,7 +126,7 @@ class Category extends Model
}
/**
* @codeCoverageIgnore
* @return MorphMany
*/
public function attachments(): MorphMany
@@ -135,7 +135,7 @@ class Category extends Model
}
/**
* @codeCoverageIgnore
* Get all of the category's notes.
*/
public function notes(): MorphMany
@@ -144,7 +144,7 @@ class Category extends Model
}
/**
* @codeCoverageIgnore
* @return BelongsToMany
*/
public function transactionJournals(): BelongsToMany
@@ -153,7 +153,7 @@ class Category extends Model
}
/**
* @codeCoverageIgnore
* @return BelongsToMany
*/
public function transactions(): BelongsToMany