Add newlines to end of file.

This commit is contained in:
James Cole 2018-03-19 12:08:22 +01:00
parent e2ecaf5bcf
commit 6419d68626
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
6 changed files with 6 additions and 5 deletions

View File

@ -28,4 +28,4 @@ after_success:
branches: branches:
only: only:
- develop - develop
- master - master

View File

@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* AboutController.php * AboutController.php
* Copyright (c) 2018 thegrumpydictator@gmail.com * Copyright (c) 2018 thegrumpydictator@gmail.com
@ -19,7 +20,6 @@
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>. * along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
*/ */
declare(strict_types=1);
namespace FireflyIII\Api\V1\Controllers; namespace FireflyIII\Api\V1\Controllers;

View File

@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* AccountController.php * AccountController.php
* Copyright (c) 2018 thegrumpydictator@gmail.com * Copyright (c) 2018 thegrumpydictator@gmail.com
@ -19,7 +20,6 @@
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>. * along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
*/ */
declare(strict_types=1);
namespace FireflyIII\Api\V1\Controllers; namespace FireflyIII\Api\V1\Controllers;

View File

@ -126,4 +126,4 @@ files: [
# #
# "scheme" : "", # "scheme" : "",
} }
] ]

View File

@ -50,4 +50,4 @@ Please <a href="https://github.com/firefly-iii/help/wiki/Configure-your-webserve
</p> </p>
</body> </body>
</html> </html>
'; ';

View File

@ -1,4 +1,5 @@
<?php <?php
declare(strict_types=1);
/** /**
* Laravel - A PHP Framework For Web Artisans * Laravel - A PHP Framework For Web Artisans