Push strict declaration to top.

This commit is contained in:
James Cole 2018-03-19 08:17:42 +01:00
parent 552a8e130c
commit e06361d5d7
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* index.php
* Copyright (c) 2018 thegrumpydictator@gmail.com
@ -19,8 +20,6 @@
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
echo '<!DOCTYPE HTML>
<html lang="en-US">
<head>