Code cleanup [skip ci]

This commit is contained in:
James Cole
2016-05-20 11:59:54 +02:00
parent 74a9edaaf7
commit d8b76bdfd2
13 changed files with 98 additions and 1 deletions

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* UpgradeFireflyInstructions.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\Console\Commands; namespace FireflyIII\Console\Commands;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* VerifyDatabase.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\Console\Commands; namespace FireflyIII\Console\Commands;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* Event.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\Events; namespace FireflyIII\Events;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* TransactionJournalUpdated.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\Events; namespace FireflyIII\Events;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* FireflyException.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\Exceptions; namespace FireflyIII\Exceptions;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* Handler.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\Exceptions; namespace FireflyIII\Exceptions;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* ValidationException.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\Exceptions; namespace FireflyIII\Exceptions;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* ChartJsAccountChartGenerator.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\Generator\Chart\Account; namespace FireflyIII\Generator\Chart\Account;

View File

@@ -1,5 +1,4 @@
<?php <?php
declare(strict_types = 1);
/** /**
* ChartJsBillChartGenerator.php * ChartJsBillChartGenerator.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\Generator\Chart\Bill; namespace FireflyIII\Generator\Chart\Bill;
use FireflyIII\Models\Bill; use FireflyIII\Models\Bill;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* ChartJsBudgetChartGenerator.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\Generator\Chart\Budget; namespace FireflyIII\Generator\Chart\Budget;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* ChartJsCategoryChartGenerator.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\Generator\Chart\Category; namespace FireflyIII\Generator\Chart\Category;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* ChartJsPiggyBankChartGenerator.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\Generator\Chart\PiggyBank; namespace FireflyIII\Generator\Chart\PiggyBank;

View File

@@ -1,4 +1,12 @@
<?php <?php
/**
* ChartJsReportChartGenerator.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\Generator\Chart\Report; namespace FireflyIII\Generator\Chart\Report;