Declare strict types.

This commit is contained in:
James Cole
2016-05-20 08:57:45 +02:00
parent 782a6f289c
commit 66d7fd7d4c
146 changed files with 394 additions and 83 deletions

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types = 1);
/**
* MassDeleteJournalRequest.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
@@ -7,15 +9,6 @@
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1);
/**
* MassJournalRequest.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;
use Auth;

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types = 1);
/**
* MassEditJournalRequest.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
@@ -7,15 +9,6 @@
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1);
/**
* MassJournalRequest.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;
use Auth;

View File

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