Ignore constructors.

This commit is contained in:
James Cole 2015-05-23 20:49:57 +02:00
parent b01e8299d3
commit d8de90d6f3
12 changed files with 12 additions and 9 deletions

View File

@ -22,7 +22,7 @@ use View;
class AccountController extends Controller
{
/**
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@ -35,6 +35,7 @@ class PasswordController extends Controller
*
* @param \Illuminate\Contracts\Auth\Guard $auth
* @param \Illuminate\Contracts\Auth\PasswordBroker $passwords
* @codeCoverageIgnore
*
*/
public function __construct(Guard $auth, PasswordBroker $passwords)

View File

@ -23,7 +23,7 @@ class BillController extends Controller
{
/**
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@ -24,7 +24,7 @@ class BudgetController extends Controller
{
/**
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@ -21,7 +21,7 @@ class CategoryController extends Controller
{
/**
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@ -24,7 +24,7 @@ abstract class Controller extends BaseController
protected $monthFormat;
/**
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@ -23,7 +23,7 @@ class CurrencyController extends Controller
/**
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@ -26,7 +26,7 @@ class PiggyBankController extends Controller
{
/**
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@ -17,7 +17,7 @@ class PreferencesController extends Controller
{
/**
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@ -23,6 +23,7 @@ class ReportController extends Controller
protected $helper;
/**
* @codeCoverageIgnore
* @param ReportHelperInterface $helper
*/
public function __construct(ReportHelperInterface $helper)

View File

@ -32,7 +32,7 @@ use View;
class TagController extends Controller
{
/**
*
* @codeCoverageIgnore
*/
public function __construct()
{

View File

@ -26,6 +26,7 @@ use View;
class TransactionController extends Controller
{
/**
* @codeCoverageIgnore
*/
public function __construct()
{