Make sure that strict_types declaration is always at the very top of the file.

This commit is contained in:
James Cole
2018-03-19 12:09:12 +01:00
parent d8c0091680
commit ed33a72945
47 changed files with 47 additions and 47 deletions

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* FireflyException.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* You should have received a copy of the GNU General Public License
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Exceptions;