mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Remove code coverage ignore instructions
This commit is contained in:
@@ -51,7 +51,7 @@ class BudgetController extends Controller
|
||||
/**
|
||||
* ExpenseReportController constructor.
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
|
@@ -53,7 +53,7 @@ class CategoryController extends Controller
|
||||
/**
|
||||
* ExpenseReportController constructor.
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
|
@@ -53,7 +53,7 @@ class DoubleController extends Controller
|
||||
/**
|
||||
* Constructor for ExpenseController
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
|
@@ -43,7 +43,7 @@ class OperationsController extends Controller
|
||||
/**
|
||||
* OperationsController constructor.
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
|
@@ -46,7 +46,7 @@ class TagController extends Controller
|
||||
/**
|
||||
* ExpenseReportController constructor.
|
||||
*
|
||||
* @codeCoverageIgnore
|
||||
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
|
Reference in New Issue
Block a user