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

@@ -48,7 +48,7 @@ class BulkController extends Controller
/**
* BulkController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -60,7 +60,7 @@ class ConvertController extends Controller
/**
* ConvertController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -47,7 +47,7 @@ class CreateController extends Controller
/**
* CreateController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -47,7 +47,7 @@ class DeleteController extends Controller
/**
* IndexController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -39,7 +39,7 @@ class EditController extends Controller
/**
* EditController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -47,7 +47,7 @@ class IndexController extends Controller
/**
* IndexController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -47,7 +47,7 @@ class LinkController extends Controller
/**
* LinkController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@@ -54,7 +54,7 @@ class MassController extends Controller
/**
* MassController constructor.
*
* @codeCoverageIgnore
*/
public function __construct()
{
@@ -239,7 +239,7 @@ class MassController extends Controller
* @param string $key
*
* @return Carbon|null
* @codeCoverageIgnore
*/
private function getDateFromRequest(MassEditJournalRequest $request, int $journalId, string $key): ?Carbon
{
@@ -267,7 +267,7 @@ class MassController extends Controller
* @param string $string
*
* @return string|null
* @codeCoverageIgnore
*/
private function getStringFromRequest(MassEditJournalRequest $request, int $journalId, string $string): ?string
{
@@ -288,7 +288,7 @@ class MassController extends Controller
* @param string $string
*
* @return int|null
* @codeCoverageIgnore
*/
private function getIntFromRequest(MassEditJournalRequest $request, int $journalId, string $string): ?int
{