Skip to content

Commit 5354a89

Browse files
committed
minor #433 Add more instructions to CLAUDE.md file (OskarStark)
This PR was merged into the main branch. Discussion ---------- Add more instructions to `CLAUDE.md` file | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT Commits ------- ad9626c Add more instructions to `CLAUDE.md` file
2 parents de0c748 + ad9626c commit 5354a89

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)