From 8d5c7d058f4ee08c95ed92ca8f9b187154d2fc2a Mon Sep 17 00:00:00 2001 From: dsinghvi <10870189+dsinghvi@users.noreply.github.com> Date: Wed, 3 Dec 2025 22:41:15 +0000 Subject: [PATCH] update changelogs --- fern/products/sdks/overview/php/changelog/2025-12-03.mdx | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fern/products/sdks/overview/php/changelog/2025-12-03.mdx diff --git a/fern/products/sdks/overview/php/changelog/2025-12-03.mdx b/fern/products/sdks/overview/php/changelog/2025-12-03.mdx new file mode 100644 index 000000000..034db5e9a --- /dev/null +++ b/fern/products/sdks/overview/php/changelog/2025-12-03.mdx @@ -0,0 +1,4 @@ +## 1.24.2 +**`(fix):`** Fix php-cs-fixer creating .php-cs-fixer.dist.php config files in subdirectories during generation. The interactive prompt was causing config files with @auto ruleset to be created, which then failed when running from subdirectories without composer.json. Added --no-interaction flag to prevent this behavior. + +