mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-10 13:21:21 +00:00
Level 7 yay!
Some checks are pending
Code - Run Sonarcloud / SonarCloud (push) Waiting to run
Some checks are pending
Code - Run Sonarcloud / SonarCloud (push) Waiting to run
This commit is contained in:
@@ -55,7 +55,7 @@ class IsDateOrTime implements ValidationRule
|
||||
$fail('validation.date_or_time')->translate();
|
||||
|
||||
return;
|
||||
} catch (InvalidFormatException $e) { // @phpstan-ignore-line
|
||||
} catch (InvalidFormatException $e) {
|
||||
app('log')->error(sprintf('"%s" is of an invalid format: %s', $value, $e->getMessage()));
|
||||
|
||||
$fail('validation.date_or_time')->translate();
|
||||
|
||||
Reference in New Issue
Block a user