mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Remove code coverage ignore instructions
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
@@ -48,7 +48,7 @@ use Log;
|
||||
/**
|
||||
* Class GroupCollector
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
|
||||
*/
|
||||
class GroupCollector implements GroupCollectorInterface
|
||||
{
|
||||
|
||||
@@ -36,7 +36,7 @@ use Illuminate\Support\Collection;
|
||||
/**
|
||||
* Class PopupReport.
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
|
||||
*/
|
||||
class PopupReport implements PopupReportInterface
|
||||
{
|
||||
|
||||
@@ -34,7 +34,7 @@ use Illuminate\Support\Collection;
|
||||
/**
|
||||
* Class ReportHelper.
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
|
||||
*/
|
||||
class ReportHelper implements ReportHelperInterface
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user