chore: fix indent suggested by cs-fixer

This commit is contained in:
Phil Davis 2024-04-18 17:16:12 +05:45
parent 080c608ea9
commit 6859fb78e9
No known key found for this signature in database
GPG key ID: 129103924A5A9744

View file

@ -202,10 +202,10 @@ class Calendar extends \Flake\Core\Model\Db {
"label" => "Calendar color",
"validation" => "color",
"popover" => [
"title" => "Calendar color",
"content" => "This is the color that will be displayed in your CalDAV client.<br/>" .
"Must be supplied in format '#RRGGBBAA' (alpha channel optional) with hexadecimal values.<br/>" .
"This value is optional.",
"title" => "Calendar color",
"content" => "This is the color that will be displayed in your CalDAV client.<br/>" .
"Must be supplied in format '#RRGGBBAA' (alpha channel optional) with hexadecimal values.<br/>" .
"This value is optional.",
],
]));