🤖 Auto commit for release 'develop' on 2025-10-05

This commit is contained in:
JC5
2025-10-05 13:03:51 +02:00
parent 50279d623c
commit b0033cf9ed
180 changed files with 285 additions and 455 deletions

View File

@@ -26,6 +26,7 @@ namespace FireflyIII\Validation\Api\Data\Bulk;
use FireflyIII\Repositories\Account\AccountRepositoryInterface;
use Illuminate\Validation\Validator;
use function Safe\json_decode;
trait ValidatesBulkTransactionQuery

View File

@@ -50,6 +50,7 @@ use Psr\Container\ContainerExceptionInterface;
use Psr\Container\NotFoundExceptionInterface;
use Safe\Exceptions\JsonException;
use ValueError;
use function Safe\iconv;
use function Safe\json_encode;
use function Safe\preg_match;
@@ -64,12 +65,12 @@ class FireflyValidator extends Validator
* @param mixed $attribute
* @param mixed $value
*
* @return bool
* @throws IncompatibleWithGoogleAuthenticatorException
* @throws InvalidCharactersException
* @throws SecretKeyTooShortException
* @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface
*
* @SuppressWarnings("PHPMD.UnusedFormalParameter")
*/
public function validate2faCode($attribute, $value): bool
@@ -632,8 +633,8 @@ class FireflyValidator extends Validator
* @param mixed $value
* @param mixed $parameters
*
* @return bool
* @throws JsonException
*
* @SuppressWarnings("PHPMD.UnusedFormalParameter")
*/
public function validateUniqueAccountNumberForUser($attribute, $value, $parameters): bool