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

@@ -54,7 +54,7 @@ class AttachmentHelper implements AttachmentHelperInterface
/**
* AttachmentHelper constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{
@@ -69,7 +69,7 @@ class AttachmentHelper implements AttachmentHelperInterface
/**
* Returns the content of an attachment.
*
* @codeCoverageIgnore
*
* @param Attachment $attachment
*
@@ -93,7 +93,7 @@ class AttachmentHelper implements AttachmentHelperInterface
*
* @param Attachment $attachment
*
* @codeCoverageIgnore
* @return string
*/
public function getAttachmentLocation(Attachment $attachment): string
@@ -104,7 +104,7 @@ class AttachmentHelper implements AttachmentHelperInterface
/**
* Get all attachments.
*
* @codeCoverageIgnore
* @return Collection
*/
public function getAttachments(): Collection
@@ -116,7 +116,7 @@ class AttachmentHelper implements AttachmentHelperInterface
* Get all errors.
*
* @return MessageBag
* @codeCoverageIgnore
*/
public function getErrors(): MessageBag
{
@@ -127,7 +127,7 @@ class AttachmentHelper implements AttachmentHelperInterface
* Get all messages.
*
* @return MessageBag
* @codeCoverageIgnore
*/
public function getMessages(): MessageBag
{
@@ -336,7 +336,7 @@ class AttachmentHelper implements AttachmentHelperInterface
/**
* Verify if the size of a file is valid.
*
* @codeCoverageIgnore
*
* @param UploadedFile $file
*

View File

@@ -48,7 +48,7 @@ use Log;
/**
* Class GroupCollector
*
* @codeCoverageIgnore
*/
class GroupCollector implements GroupCollectorInterface
{

View File

@@ -36,7 +36,7 @@ use Illuminate\Support\Collection;
/**
* Class PopupReport.
*
* @codeCoverageIgnore
*/
class PopupReport implements PopupReportInterface
{

View File

@@ -34,7 +34,7 @@ use Illuminate\Support\Collection;
/**
* Class ReportHelper.
*
* @codeCoverageIgnore
*/
class ReportHelper implements ReportHelperInterface
{