Add strict type.

This commit is contained in:
James Cole
2022-12-11 10:21:35 +01:00
parent 86243131cd
commit a5f4793e81
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/*
* ChangedPiggyBankAmount.php
* Copyright (c) 2022 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/*
* PiggyBankEventHandler.php
* Copyright (c) 2022 james@firefly-iii.org