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

@@ -97,7 +97,7 @@ class Location extends Model
}
/**
* @codeCoverageIgnore
* Get all of the accounts.
*/
public function accounts(): MorphMany
@@ -108,7 +108,7 @@ class Location extends Model
/**
* Get all of the owning attachable models.
*
* @codeCoverageIgnore
*
* @return MorphTo
*/