Code cleanup [skip ci]

This commit is contained in:
James Cole
2016-05-20 11:59:54 +02:00
parent 74a9edaaf7
commit d8b76bdfd2
13 changed files with 98 additions and 1 deletions

View File

@@ -1,4 +1,12 @@
<?php
/**
* Handler.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.
*/
declare(strict_types = 1);
namespace FireflyIII\Exceptions;