Skip to content

Commit 7a35815

Browse files
committed
Fix typo in CLAUDE.md file
1 parent 5b694df commit 7a35815

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CLAUDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Each component has its own test suite. Run tests for specific components:
3030
# Platform component
3131
cd src/platform && vendor/bin/phpunit
3232

33-
# Agent component
33+
# Agent component
3434
cd 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

0 commit comments

Comments
 (0)