mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
Various code cleanup and fixed alignments.
This commit is contained in:
@@ -50,7 +50,7 @@ final class IntervalException extends \Exception
|
||||
int $code = 0,
|
||||
?\Throwable $previous = null
|
||||
): self {
|
||||
$message = sprintf(
|
||||
$message = sprintf(
|
||||
'The periodicity %s is unknown. Choose one of available periodicity: %s',
|
||||
$periodicity->name,
|
||||
implode(', ', $intervals)
|
||||
|
Reference in New Issue
Block a user