Copyright notices. [skip ci]

Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
James Cole
2016-05-20 12:41:23 +02:00
parent 563ede822f
commit 5c7df5c04d
180 changed files with 1005 additions and 110 deletions

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* AccountController.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Http\Controllers\Chart; namespace FireflyIII\Http\Controllers\Chart;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* BillController.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Http\Controllers\Chart; namespace FireflyIII\Http\Controllers\Chart;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* BudgetController.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Http\Controllers\Chart; namespace FireflyIII\Http\Controllers\Chart;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* CategoryController.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Http\Controllers\Chart; namespace FireflyIII\Http\Controllers\Chart;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* PiggyBankController.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Http\Controllers\Chart; namespace FireflyIII\Http\Controllers\Chart;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* ReportController.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Http\Controllers\Chart; namespace FireflyIII\Http\Controllers\Chart;

View File

@@ -1,5 +1,4 @@
<?php <?php
declare(strict_types = 1);
/** /**
* ReportController.php * ReportController.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com
@@ -8,6 +7,8 @@ declare(strict_types = 1);
* of the MIT license. See the LICENSE file for details. * of the MIT license. See the LICENSE file for details.
*/ */
declare(strict_types = 1);
namespace FireflyIII\Http\Controllers\Popup; namespace FireflyIII\Http\Controllers\Popup;

View File

@@ -1,6 +1,4 @@
<?php <?php
declare(strict_types = 1);
/** /**
* MassController.php * MassController.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com
@@ -9,6 +7,8 @@ declare(strict_types = 1);
* of the MIT license. See the LICENSE file for details. * of the MIT license. See the LICENSE file for details.
*/ */
declare(strict_types = 1);
namespace FireflyIII\Http\Controllers\Transaction; namespace FireflyIII\Http\Controllers\Transaction;
use Auth; use Auth;

View File

@@ -1,6 +1,4 @@
<?php <?php
declare(strict_types = 1);
/** /**
* SplitController.php * SplitController.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com
@@ -9,6 +7,8 @@ declare(strict_types = 1);
* of the MIT license. See the LICENSE file for details. * of the MIT license. See the LICENSE file for details.
*/ */
declare(strict_types = 1);
namespace FireflyIII\Http\Controllers\Transaction; namespace FireflyIII\Http\Controllers\Transaction;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* Authenticate.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Http\Middleware; namespace FireflyIII\Http\Middleware;

View File

@@ -1,5 +1,4 @@
<?php <?php
declare(strict_types = 1);
/** /**
* AuthenticateTwoFactor.php * AuthenticateTwoFactor.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* Binder.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Http\Middleware; namespace FireflyIII\Http\Middleware;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* EncryptCookies.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Http\Middleware; namespace FireflyIII\Http\Middleware;

View File

@@ -1,7 +1,4 @@
<?php <?php
declare(strict_types = 1);
/** /**
* IsAdmin.php * IsAdmin.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com
@@ -10,7 +7,6 @@ declare(strict_types = 1);
* of the MIT license. See the LICENSE file for details. * of the MIT license. See the LICENSE file for details.
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Http\Middleware; namespace FireflyIII\Http\Middleware;

View File

@@ -1,5 +1,4 @@
<?php <?php
declare(strict_types = 1);
/** /**
* IsConfirmed.php * IsConfirmed.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@@ -1,5 +1,4 @@
<?php <?php
declare(strict_types = 1);
/** /**
* IsNotConfirmed.php * IsNotConfirmed.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@@ -1,6 +1,13 @@
<?php <?php
declare(strict_types = 1); /**
* Range.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1);
namespace FireflyIII\Http\Middleware; namespace FireflyIII\Http\Middleware;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* RedirectIfAuthenticated.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Http\Middleware; namespace FireflyIII\Http\Middleware;

View File

@@ -1,5 +1,4 @@
<?php <?php
declare(strict_types = 1);
/** /**
* RedirectIfTwoFactorAuthenticated.php * RedirectIfTwoFactorAuthenticated.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* VerifyCsrfToken.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Http\Middleware; namespace FireflyIII\Http\Middleware;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* AccountFormRequest.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Http\Requests; namespace FireflyIII\Http\Requests;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* AttachmentFormRequest.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Http\Requests; namespace FireflyIII\Http\Requests;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* BillFormRequest.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Http\Requests; namespace FireflyIII\Http\Requests;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* BudgetFormRequest.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Http\Requests; namespace FireflyIII\Http\Requests;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* CategoryFormRequest.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Http\Requests; namespace FireflyIII\Http\Requests;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* CurrencyFormRequest.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Http\Requests; namespace FireflyIII\Http\Requests;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* DeleteAccountFormRequest.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Http\Requests; namespace FireflyIII\Http\Requests;

View File

@@ -1,5 +1,4 @@
<?php <?php
declare(strict_types = 1);
/** /**
* ExportFormRequest.php * ExportFormRequest.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com
@@ -8,6 +7,8 @@ declare(strict_types = 1);
* of the MIT license. See the LICENSE file for details. * of the MIT license. See the LICENSE file for details.
*/ */
declare(strict_types = 1);
namespace FireflyIII\Http\Requests; namespace FireflyIII\Http\Requests;
use Auth; use Auth;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* JournalFormRequest.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Http\Requests; namespace FireflyIII\Http\Requests;

View File

@@ -1,6 +1,4 @@
<?php <?php
declare(strict_types = 1);
/** /**
* MassDeleteJournalRequest.php * MassDeleteJournalRequest.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com
@@ -9,6 +7,8 @@ declare(strict_types = 1);
* of the MIT license. See the LICENSE file for details. * of the MIT license. See the LICENSE file for details.
*/ */
declare(strict_types = 1);
namespace FireflyIII\Http\Requests; namespace FireflyIII\Http\Requests;
use Auth; use Auth;

View File

@@ -1,6 +1,4 @@
<?php <?php
declare(strict_types = 1);
/** /**
* MassEditJournalRequest.php * MassEditJournalRequest.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com
@@ -9,6 +7,8 @@ declare(strict_types = 1);
* of the MIT license. See the LICENSE file for details. * of the MIT license. See the LICENSE file for details.
*/ */
declare(strict_types = 1);
namespace FireflyIII\Http\Requests; namespace FireflyIII\Http\Requests;
use Auth; use Auth;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* NewUserFormRequest.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Http\Requests; namespace FireflyIII\Http\Requests;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* PiggyBankFormRequest.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Http\Requests; namespace FireflyIII\Http\Requests;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* ProfileFormRequest.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Http\Requests; namespace FireflyIII\Http\Requests;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* Request.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Http\Requests; namespace FireflyIII\Http\Requests;

View File

@@ -1,5 +1,4 @@
<?php <?php
declare(strict_types = 1);
/** /**
* RuleFormRequest.php * RuleFormRequest.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com
@@ -8,6 +7,8 @@ declare(strict_types = 1);
* of the MIT license. See the LICENSE file for details. * of the MIT license. See the LICENSE file for details.
*/ */
declare(strict_types = 1);
namespace FireflyIII\Http\Requests; namespace FireflyIII\Http\Requests;
use Auth; use Auth;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* RuleGroupFormRequest.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
/** /**
* RuleGroupFormRequest.php * RuleGroupFormRequest.php

View File

@@ -1,13 +1,14 @@
<?php <?php
declare(strict_types = 1);
/** /**
* SelectTransactionsRequest.php * SelectTransactionsRequest.php
* Copyright (C) 2016 Robert Horlings * Copyright (C) 2016 thegrumpydictator@gmail.com
* *
* This software may be modified and distributed under the terms * This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details. * of the MIT license. See the LICENSE file for details.
*/ */
declare(strict_types = 1);
namespace FireflyIII\Http\Requests; namespace FireflyIII\Http\Requests;
use Auth; use Auth;

View File

@@ -1,6 +1,4 @@
<?php <?php
declare(strict_types = 1);
/** /**
* SplitJournalFormRequest.php * SplitJournalFormRequest.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com
@@ -9,6 +7,8 @@ declare(strict_types = 1);
* of the MIT license. See the LICENSE file for details. * of the MIT license. See the LICENSE file for details.
*/ */
declare(strict_types = 1);
namespace FireflyIII\Http\Requests; namespace FireflyIII\Http\Requests;
use Auth; use Auth;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* TagFormRequest.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Http\Requests; namespace FireflyIII\Http\Requests;

View File

@@ -1,5 +1,4 @@
<?php <?php
declare(strict_types = 1);
/** /**
* TestRuleFormRequest.php * TestRuleFormRequest.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com
@@ -9,13 +8,6 @@ declare(strict_types = 1);
*/ */
declare(strict_types = 1); declare(strict_types = 1);
/**
* TestRuleFormRequest.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
namespace FireflyIII\Http\Requests; namespace FireflyIII\Http\Requests;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* TokenFormRequest.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Http\Requests; namespace FireflyIII\Http\Requests;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* ExecuteRuleGroupOnExistingTransactions.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Jobs; namespace FireflyIII\Jobs;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* Job.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Jobs; namespace FireflyIII\Jobs;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* MailError.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Jobs; namespace FireflyIII\Jobs;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* Account.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Models; namespace FireflyIII\Models;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* AccountMeta.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Models; namespace FireflyIII\Models;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* AccountType.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Models; namespace FireflyIII\Models;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* Attachment.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Models; namespace FireflyIII\Models;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* Bill.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Models; namespace FireflyIII\Models;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* Budget.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Models; namespace FireflyIII\Models;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* BudgetLimit.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Models; namespace FireflyIII\Models;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* Category.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Models; namespace FireflyIII\Models;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* Component.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Models; namespace FireflyIII\Models;

View File

@@ -1,5 +1,4 @@
<?php <?php
declare(strict_types = 1);
/** /**
* ExportJob.php * ExportJob.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com
@@ -8,6 +7,8 @@ declare(strict_types = 1);
* of the MIT license. See the LICENSE file for details. * of the MIT license. See the LICENSE file for details.
*/ */
declare(strict_types = 1);
namespace FireflyIII\Models; namespace FireflyIII\Models;
use Auth; use Auth;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* LimitRepetition.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Models; namespace FireflyIII\Models;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* PiggyBank.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Models; namespace FireflyIII\Models;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* PiggyBankEvent.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Models; namespace FireflyIII\Models;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* PiggyBankRepetition.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Models; namespace FireflyIII\Models;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* Preference.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Models; namespace FireflyIII\Models;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* Role.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Models; namespace FireflyIII\Models;

View File

@@ -1,5 +1,4 @@
<?php <?php
declare(strict_types = 1);
/** /**
* Rule.php * Rule.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com
@@ -8,6 +7,8 @@ declare(strict_types = 1);
* of the MIT license. See the LICENSE file for details. * of the MIT license. See the LICENSE file for details.
*/ */
declare(strict_types = 1);
namespace FireflyIII\Models; namespace FireflyIII\Models;
use Auth; use Auth;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* RuleAction.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
/** /**
* RuleAction.php * RuleAction.php

View File

@@ -1,5 +1,4 @@
<?php <?php
declare(strict_types = 1);
/** /**
* RuleGroup.php * RuleGroup.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com
@@ -8,6 +7,8 @@ declare(strict_types = 1);
* of the MIT license. See the LICENSE file for details. * of the MIT license. See the LICENSE file for details.
*/ */
declare(strict_types = 1);
namespace FireflyIII\Models; namespace FireflyIII\Models;
use Auth; use Auth;

View File

@@ -1,5 +1,4 @@
<?php <?php
declare(strict_types = 1);
/** /**
* RuleTrigger.php * RuleTrigger.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com
@@ -8,6 +7,8 @@ declare(strict_types = 1);
* of the MIT license. See the LICENSE file for details. * of the MIT license. See the LICENSE file for details.
*/ */
declare(strict_types = 1);
namespace FireflyIII\Models; namespace FireflyIII\Models;
use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Eloquent\Model;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* Tag.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Models; namespace FireflyIII\Models;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* Transaction.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Models; namespace FireflyIII\Models;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* TransactionCurrency.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Models; namespace FireflyIII\Models;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* TransactionGroup.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Models; namespace FireflyIII\Models;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* TransactionJournal.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Models; namespace FireflyIII\Models;

View File

@@ -1,5 +1,4 @@
<?php <?php
declare(strict_types = 1);
/** /**
* TransactionJournalMeta.php * TransactionJournalMeta.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com
@@ -8,6 +7,8 @@ declare(strict_types = 1);
* of the MIT license. See the LICENSE file for details. * of the MIT license. See the LICENSE file for details.
*/ */
declare(strict_types = 1);
namespace FireflyIII\Models; namespace FireflyIII\Models;
use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Eloquent\Model;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* TransactionType.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Models; namespace FireflyIII\Models;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* AccountServiceProvider.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* AppServiceProvider.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Providers; namespace FireflyIII\Providers;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* AttachmentServiceProvider.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* AuthServiceProvider.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Providers; namespace FireflyIII\Providers;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* BillServiceProvider.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* BudgetServiceProvider.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* CategoryServiceProvider.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);

View File

@@ -1,7 +1,4 @@
<?php <?php
declare(strict_types = 1);
/** /**
* CrudServiceProvider.php * CrudServiceProvider.php
* Copyright (C) 2016 thegrumpydictator@gmail.com * Copyright (C) 2016 thegrumpydictator@gmail.com
@@ -10,6 +7,8 @@ declare(strict_types = 1);
* of the MIT license. See the LICENSE file for details. * of the MIT license. See the LICENSE file for details.
*/ */
declare(strict_types = 1);
namespace FireflyIII\Providers; namespace FireflyIII\Providers;
use FireflyIII\Exceptions\FireflyException; use FireflyIII\Exceptions\FireflyException;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* EventServiceProvider.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Providers; namespace FireflyIII\Providers;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* ExportJobServiceProvider.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* FireflyServiceProvider.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Providers; namespace FireflyIII\Providers;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* JournalServiceProvider.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* PiggyBankServiceProvider.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* RouteServiceProvider.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Providers; namespace FireflyIII\Providers;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* RuleGroupServiceProvider.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* RuleServiceProvider.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* TagServiceProvider.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* AccountRepository.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* AccountRepositoryInterface.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Repositories\Account; namespace FireflyIII\Repositories\Account;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* AttachmentRepository.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Repositories\Attachment; namespace FireflyIII\Repositories\Attachment;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* AttachmentRepositoryInterface.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Repositories\Attachment; namespace FireflyIII\Repositories\Attachment;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* BillRepository.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Repositories\Bill; namespace FireflyIII\Repositories\Bill;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* BillRepositoryInterface.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Repositories\Bill; namespace FireflyIII\Repositories\Bill;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* BudgetRepository.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Repositories\Budget; namespace FireflyIII\Repositories\Budget;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* BudgetRepositoryInterface.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Repositories\Budget; namespace FireflyIII\Repositories\Budget;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* CategoryRepository.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Repositories\Category; namespace FireflyIII\Repositories\Category;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* CategoryRepositoryInterface.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Repositories\Category; namespace FireflyIII\Repositories\Category;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* CurrencyRepository.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1); declare(strict_types = 1);
namespace FireflyIII\Repositories\Currency; namespace FireflyIII\Repositories\Currency;

Some files were not shown because too many files have changed in this diff Show More