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

@@ -70,7 +70,7 @@ class AccountMeta extends Model
/**
* @return BelongsTo
* @codeCoverageIgnore
*/
public function account(): BelongsTo
{
@@ -82,7 +82,7 @@ class AccountMeta extends Model
*
* @return mixed
* @throws JsonException
* @codeCoverageIgnore
*/
public function getDataAttribute($value)
{
@@ -92,7 +92,7 @@ class AccountMeta extends Model
/**
* @param mixed $value
*
* @codeCoverageIgnore
*/
public function setDataAttribute($value): void
{