Auto commit for release 'develop' on 2024-11-25

This commit is contained in:
github-actions
2024-11-25 04:18:55 +01:00
parent 91a2a1afc3
commit 71c208c4fb
524 changed files with 554 additions and 34 deletions

View File

@@ -1,4 +1,5 @@
<?php
/**
* DepositValidation.php
* Copyright (c) 2020 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php
/**
* TransferValidation.php
* Copyright (c) 2020 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php
/**
* WithdrawalValidation.php
* Copyright (c) 2020 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php
/**
* AccountValidator.php
* Copyright (c) 2019 james@firefly-iii.org
@@ -25,7 +26,6 @@ namespace FireflyIII\Validation;
use FireflyIII\Enums\AccountTypeEnum;
use FireflyIII\Models\Account;
use FireflyIII\Models\AccountType;
use FireflyIII\Models\TransactionType;
use FireflyIII\Models\UserGroup;
use FireflyIII\Repositories\Account\AccountRepositoryInterface;

View File

@@ -1,4 +1,5 @@
<?php
/**
* ValidatesAutoBudgetRequest.php
* Copyright (c) 2020 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php
/**
* RecurrenceValidation.php
* Copyright (c) 2019 james@firefly-iii.org

View File

@@ -1,4 +1,5 @@
<?php
/**
* TransactionValidation.php
* Copyright (c) 2019 james@firefly-iii.org