Skip to content

Commit

Permalink
Add newlines to end of file.
Browse files Browse the repository at this point in the history
  • Loading branch information
JC5 committed Mar 19, 2018
1 parent e2ecaf5 commit 6419d68
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -28,4 +28,4 @@ after_success:
branches:
only:
- develop
- master
- master
2 changes: 1 addition & 1 deletion app/Api/V1/Controllers/AboutController.php
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* AboutController.php
* Copyright (c) 2018 thegrumpydictator@gmail.com
Expand All @@ -19,7 +20,6 @@
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
*/

declare(strict_types=1);

namespace FireflyIII\Api\V1\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion app/Api/V1/Controllers/AccountController.php
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* AccountController.php
* Copyright (c) 2018 thegrumpydictator@gmail.com
Expand All @@ -19,7 +20,6 @@
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
*/

declare(strict_types=1);

namespace FireflyIII\Api\V1\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion crowdin.yml
Expand Up @@ -126,4 +126,4 @@ files: [
#
# "scheme" : "",
}
]
]
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -50,4 +50,4 @@
</p>
</body>
</html>
';
';
1 change: 1 addition & 0 deletions server.php
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);

/**
* Laravel - A PHP Framework For Web Artisans
Expand Down

0 comments on commit 6419d68

Please sign in to comment.