Bug fixes in strict types.

This commit is contained in:
James Cole
2016-05-20 11:53:34 +02:00
parent 7dd858be39
commit 74a9edaaf7
4 changed files with 28 additions and 18 deletions

View File

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