mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Remove code coverage ignore instructions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user