From ad9626c865400db94b1820d1dc5d41de0954fbc8 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Thu, 4 Sep 2025 07:15:10 +0200 Subject: [PATCH] Add more instructions to `CLAUDE.md` file --- CLAUDE.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index cf69c289c..b79fadfa6 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -108,4 +108,7 @@ Each component uses: - Each component in `src/` is a separate Composer package with its own dependencies - Use `@dev` versions for internal component dependencies during development - Components follow Symfony coding standards and use `@Symfony` PHP CS Fixer rules -- The monorepo structure allows independent versioning while maintaining shared development workflow \ No newline at end of file +- The monorepo structure allows independent versioning while maintaining shared development workflow +- Do not use void return type for testcase methods +- Always run PHP-CS-Fixer to ensure proper code style +- Always add a newline at the end of the file \ No newline at end of file