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

@@ -83,7 +83,7 @@ class OperatorQuerySearch implements SearchInterface
/**
* OperatorQuerySearch constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{
@@ -115,7 +115,7 @@ class OperatorQuerySearch implements SearchInterface
/**
* @inheritDoc
* @codeCoverageIgnore
*/
public function getModifiers(): Collection
{
@@ -124,7 +124,7 @@ class OperatorQuerySearch implements SearchInterface
/**
* @inheritDoc
* @codeCoverageIgnore
*/
public function getOperators(): Collection
{
@@ -133,7 +133,7 @@ class OperatorQuerySearch implements SearchInterface
/**
* @inheritDoc
* @codeCoverageIgnore
*/
public function getWordsAsString(): string
{
@@ -142,7 +142,7 @@ class OperatorQuerySearch implements SearchInterface
/**
* @inheritDoc
* @codeCoverageIgnore
*/
public function hasModifiers(): bool
{
@@ -1992,7 +1992,7 @@ class OperatorQuerySearch implements SearchInterface
/**
* @inheritDoc
* @codeCoverageIgnore
*/
public function searchTime(): float
{
@@ -2029,7 +2029,7 @@ class OperatorQuerySearch implements SearchInterface
/**
* @inheritDoc
* @codeCoverageIgnore
*/
public function setPage(int $page): void
{
@@ -2039,7 +2039,7 @@ class OperatorQuerySearch implements SearchInterface
/**
* @inheritDoc
* @codeCoverageIgnore
*/
public function setUser(User $user): void
{