File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Each component has its own test suite. Run tests for specific components:
3030# Platform component
3131cd src/platform && vendor/bin/phpunit
3232
33- # Agent component
33+ # Agent component
3434cd src/agent && vendor/bin/phpunit
3535
3636# AI Bundle
@@ -111,10 +111,10 @@ Each component uses:
111111- Do not use void return type for testcase methods
112112- Always run PHP-CS-Fixer to ensure proper code style
113113- Always add a newline at the end of the file
114- - Prefer self::assert* oder $this->assert* in tests
114+ - Prefer self::assert* over $this->assert* in tests
115115- Never add Claude as co-author in the commits
116116- Add @author tags to newly introduced classes by the user
117117- Prefer classic if statements over short-circuit evaluation when possible
118118- Define array shapes for parameters and return types
119119- Use project specific exceptions instead of global exception classes like \RuntimeException, \InvalidArgumentException etc.
120- - NEVER mention Claude as co-author in commits
120+ - NEVER mention Claude as co-author in commits
You can’t perform that action at this time.
0 commit comments