We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CLAUDE.md
1 parent de0c748 commit ad9626cCopy full SHA for ad9626c
CLAUDE.md
@@ -108,4 +108,7 @@ Each component uses:
108
- Each component in `src/` is a separate Composer package with its own dependencies
109
- Use `@dev` versions for internal component dependencies during development
110
- Components follow Symfony coding standards and use `@Symfony` PHP CS Fixer rules
111
-- The monorepo structure allows independent versioning while maintaining shared development workflow
+- 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