Skip to content

Commit ad9626c

Browse files
committed
Add more instructions to CLAUDE.md file
1 parent de0c748 commit ad9626c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CLAUDE.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,7 @@ Each component uses:
108108
- Each component in `src/` is a separate Composer package with its own dependencies
109109
- Use `@dev` versions for internal component dependencies during development
110110
- Components follow Symfony coding standards and use `@Symfony` PHP CS Fixer rules
111-
- The monorepo structure allows independent versioning while maintaining shared development workflow
111+
- The monorepo structure allows independent versioning while maintaining shared development workflow
112+
- Do not use void return type for testcase methods
113+
- Always run PHP-CS-Fixer to ensure proper code style
114+
- Always add a newline at the end of the file

0 commit comments

Comments
 (0)