mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Remove code coverage ignore instructions
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user