From 080c608ea9446a2844c7dcb7bf3a9eafae2d730f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 06:25:40 +0000 Subject: [PATCH 1/2] Update friendsofphp/php-cs-fixer requirement from 3.51.0 to 3.52.1 Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) to permit the latest version. - [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases) - [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.51.0...v3.52.1) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f34d884..eebf3e2 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "ext-zlib" : "*" }, "require-dev" : { - "friendsofphp/php-cs-fixer": "3.51.0", + "friendsofphp/php-cs-fixer": "3.52.1", "phpstan/phpstan": "^1.10" }, "replace" : { From 6859fb78e94a533d0c7d1961ed8dcf08a87de7d6 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 18 Apr 2024 17:16:12 +0545 Subject: [PATCH 2/2] chore: fix indent suggested by cs-fixer --- Core/Frameworks/Baikal/Model/Calendar.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Core/Frameworks/Baikal/Model/Calendar.php b/Core/Frameworks/Baikal/Model/Calendar.php index c27ba9c..9b429b1 100644 --- a/Core/Frameworks/Baikal/Model/Calendar.php +++ b/Core/Frameworks/Baikal/Model/Calendar.php @@ -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.
" . - "Must be supplied in format '#RRGGBBAA' (alpha channel optional) with hexadecimal values.
" . - "This value is optional.", + "title" => "Calendar color", + "content" => "This is the color that will be displayed in your CalDAV client.
" . + "Must be supplied in format '#RRGGBBAA' (alpha channel optional) with hexadecimal values.
" . + "This value is optional.", ], ]));