mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 21:23:36 +00:00
Fix various phpstan issues.
This commit is contained in:
@@ -129,7 +129,7 @@ class ValidRecurrenceRepetitionValue implements ValidationRule
|
||||
$dateString = substr($value, 7);
|
||||
try {
|
||||
Carbon::createFromFormat('Y-m-d', $dateString);
|
||||
} catch (InvalidArgumentException $e) {
|
||||
} catch (InvalidArgumentException $e) { // @phpstan-ignore-line
|
||||
app('log')->debug(sprintf('Could not parse date %s: %s', $dateString, $e->getMessage()));
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user