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

@@ -79,7 +79,7 @@ class TransactionJournalMeta extends Model
protected $table = 'journal_meta';
/**
* @codeCoverageIgnore
*
* @param mixed $value
*
@@ -91,7 +91,7 @@ class TransactionJournalMeta extends Model
}
/**
* @codeCoverageIgnore
*
* @param mixed $value
*/
@@ -103,7 +103,7 @@ class TransactionJournalMeta extends Model
}
/**
* @codeCoverageIgnore
* @return BelongsTo
*/
public function transactionJournal(): BelongsTo