From 79ca1b5f4ef7cb2d337bf5d415ba7825546e0430 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 28 Dec 2024 14:08:34 +0100 Subject: [PATCH] Change some CS fixer settings. --- .ci/php-cs-fixer/.php-cs-fixer.php | 2 +- changelog.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.ci/php-cs-fixer/.php-cs-fixer.php b/.ci/php-cs-fixer/.php-cs-fixer.php index 6d71a455ff..f178a4cf10 100644 --- a/.ci/php-cs-fixer/.php-cs-fixer.php +++ b/.ci/php-cs-fixer/.php-cs-fixer.php @@ -29,7 +29,7 @@ $paths = [ $current . '/../../database', $current . '/../../routes', $current . '/../../tests', - $current . '/../../resources/lang', + $current . '/../../resources/lang/en', ]; $finder = PhpCsFixer\Finder::create() diff --git a/changelog.md b/changelog.md index da0a52fce3..601e222e19 100644 --- a/changelog.md +++ b/changelog.md @@ -16,6 +16,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - [Issue 7945](https://github.com/firefly-iii/firefly-iii/issues/7945) ("Rules" that only trigger manually) reported by @SekoiaTree - [Issue 6760](https://github.com/firefly-iii/firefly-iii/issues/6760) (Add a new trigger for automated rules) reported by @Gsyltc - [Issue 6557](https://github.com/firefly-iii/firefly-iii/issues/6557) (Piggy Banks - Draw Funds from Multiple Accounts) reported by @BugPhobic +- #5532 +- #6314 ### Changed