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

@@ -127,7 +127,7 @@ class Budget extends Model
}
/**
* @codeCoverageIgnore
* @return BelongsTo
*/
public function user(): BelongsTo
@@ -136,7 +136,7 @@ class Budget extends Model
}
/**
* @codeCoverageIgnore
* @return MorphMany
*/
public function attachments(): MorphMany
@@ -145,7 +145,7 @@ class Budget extends Model
}
/**
* @codeCoverageIgnore
* @return HasMany
*/
public function autoBudgets(): HasMany
@@ -154,7 +154,7 @@ class Budget extends Model
}
/**
* @codeCoverageIgnore
* @return HasMany
*/
public function budgetlimits(): HasMany
@@ -163,7 +163,7 @@ class Budget extends Model
}
/**
* @codeCoverageIgnore
* Get all of the notes.
*/
public function notes(): MorphMany
@@ -172,7 +172,7 @@ class Budget extends Model
}
/**
* @codeCoverageIgnore
* @return BelongsToMany
*/
public function transactionJournals(): BelongsToMany
@@ -181,7 +181,7 @@ class Budget extends Model
}
/**
* @codeCoverageIgnore
* @return BelongsToMany
*/
public function transactions(): BelongsToMany