Update PHP code, code cleanup.

This commit is contained in:
James Cole
2021-08-10 19:31:55 +02:00
parent 8e104a62ae
commit 8328c26df3
29 changed files with 287 additions and 33 deletions

View File

@@ -1,5 +1,5 @@
<?php
declare(strict_types=1);
/*
* UpdatedAccountEventHandler.php
* Copyright (c) 2021 james@firefly-iii.org
@@ -20,6 +20,8 @@ declare(strict_types=1);
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
namespace FireflyIII\Handlers\Events;