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

@@ -45,7 +45,7 @@ class AttemptController extends Controller
private WebhookRepositoryInterface $repository;
/**
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -40,7 +40,7 @@ class DestroyController extends Controller
private WebhookRepositoryInterface $repository;
/**
* @codeCoverageIgnore
*/
public function __construct()
{
@@ -64,7 +64,7 @@ class DestroyController extends Controller
* @param Webhook $webhook
*
* @return JsonResponse
* @codeCoverageIgnore
*/
public function destroy(Webhook $webhook): JsonResponse
{
@@ -86,7 +86,7 @@ class DestroyController extends Controller
*
* @return JsonResponse
* @throws FireflyException
* @codeCoverageIgnore
*/
public function destroyAttempt(Webhook $webhook, WebhookMessage $message, WebhookAttempt $attempt): JsonResponse
{
@@ -114,7 +114,7 @@ class DestroyController extends Controller
*
* @return JsonResponse
* @throws FireflyException
* @codeCoverageIgnore
*/
public function destroyMessage(Webhook $webhook, WebhookMessage $message): JsonResponse
{

View File

@@ -41,7 +41,7 @@ class MessageController extends Controller
private WebhookRepositoryInterface $repository;
/**
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -49,7 +49,7 @@ class ShowController extends Controller
private WebhookRepositoryInterface $repository;
/**
* @codeCoverageIgnore
*/
public function __construct()
{
@@ -72,7 +72,7 @@ class ShowController extends Controller
*
* @return JsonResponse
* @throws FireflyException
* @codeCoverageIgnore
*/
public function index(): JsonResponse
{

View File

@@ -39,7 +39,7 @@ class StoreController extends Controller
private WebhookRepositoryInterface $repository;
/**
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -37,7 +37,7 @@ class SubmitController extends Controller
private WebhookRepositoryInterface $repository;
/**
* @codeCoverageIgnore
*/
public function __construct()
{
@@ -59,7 +59,7 @@ class SubmitController extends Controller
* @param Webhook $webhook
*
* @return JsonResponse
* @codeCoverageIgnore
*/
public function submit(Webhook $webhook): JsonResponse
{

View File

@@ -39,7 +39,7 @@ class UpdateController extends Controller
private WebhookRepositoryInterface $repository;
/**
* @codeCoverageIgnore
*/
public function __construct()
{