Remove double lines from code.

This commit is contained in:
James Cole
2019-08-28 16:28:14 +02:00
parent fa706d27d8
commit 5fb7635100
83 changed files with 0 additions and 129 deletions

View File

@@ -39,7 +39,6 @@ use View;
/**
* Class ShowController
*
*
*/
class ShowController extends Controller
{

View File

@@ -44,7 +44,6 @@ use Symfony\Component\HttpFoundation\ParameterBag;
/**
* Class BillController.
*
*
*/
class BillController extends Controller
{

View File

@@ -36,7 +36,6 @@ use Illuminate\Support\Collection;
*
* Class ShowController
*
*
*/
class ShowController extends Controller
{

View File

@@ -43,9 +43,6 @@ use Log;
/**
* Class AccountController.
*
*
*
*
*/
class AccountController extends Controller
{

View File

@@ -40,9 +40,6 @@ use Illuminate\Support\Collection;
/**
* Class BudgetController.
*
*
*
*
*/
class BudgetController extends Controller
{

View File

@@ -39,7 +39,6 @@ use Illuminate\Support\Collection;
*
* Class BudgetReportController
*
*
*/
class BudgetReportController extends Controller
{

View File

@@ -189,7 +189,6 @@ class CategoryReportController extends Controller
*
* @return JsonResponse
*
*
*/
public function mainChart(Collection $accounts, Collection $categories, Carbon $start, Carbon $end): JsonResponse
{

View File

@@ -77,7 +77,6 @@ class ExpenseReportController extends Controller
*
* @return JsonResponse
*
*
*/
public function mainChart(Collection $accounts, Collection $expense, Carbon $start, Carbon $end): JsonResponse
{

View File

@@ -180,7 +180,6 @@ class TagReportController extends Controller
*
* @return JsonResponse
*
*
*/
public function mainChart(Collection $accounts, Collection $tags, Carbon $start, Carbon $end): JsonResponse
{

View File

@@ -33,7 +33,6 @@ use Route;
/**
* Class Controller.
*
*
*/
class Controller extends BaseController
{

View File

@@ -39,7 +39,6 @@ use Route as RouteFacade;
/**
* Class DebugController
*
*
*/
class DebugController extends Controller
{

View File

@@ -44,7 +44,6 @@ use Log;
*
* TODO autocomplete for transaction types.
*
*
*/
class AutoCompleteController extends Controller
{

View File

@@ -41,8 +41,6 @@ use Symfony\Component\HttpFoundation\ParameterBag;
/**
* Class PiggyBankController.
*
*
*
*/
class PiggyBankController extends Controller
{

View File

@@ -31,7 +31,6 @@ use Illuminate\Http\Request;
/**
* Class ReportController.
*
*
*/
class ReportController extends Controller
{

View File

@@ -52,7 +52,6 @@ use PragmaRX\Recovery\Recovery;
*
* @method Guard guard()
*
*
*/
class ProfileController extends Controller
{

View File

@@ -38,7 +38,6 @@ use Log;
/**
* Class ReportController.
*
*
*/
class ReportController extends Controller
{
@@ -310,7 +309,6 @@ class ReportController extends Controller
*
* @throws \FireflyIII\Exceptions\FireflyException
*
*
*/
public function postIndex(ReportFormRequest $request)
{

View File

@@ -47,7 +47,6 @@ use Throwable;
/**
* Class SelectController.
*
*
*/
class SelectController extends Controller
{

View File

@@ -42,7 +42,6 @@ use Log;
/**
* Class MassController.
*
*
*/
class MassController extends Controller
{

View File

@@ -46,7 +46,6 @@ class Installer
*
* @return mixed
*
*
* @throws FireflyException
*
*/

View File

@@ -139,7 +139,6 @@ class RecurrenceFormRequest extends Request
* @return array
* @throws FireflyException
*
*
*/
public function rules(): array
{

View File

@@ -33,7 +33,6 @@ use Log;
*
* @codeCoverageIgnore
*
*
*/
class Request extends FormRequest
{