Skip to content

Commit c4a9e4e

Browse files
committed
bug #817 Fix typo in CLAUDE.md file (hhamon)
This PR was merged into the main branch. Discussion ---------- Fix typo in `CLAUDE.md` file | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | ~ | License | MIT Commits ------- 7a35815 Fix typo in `CLAUDE.md` file
2 parents 8b27bc5 + 7a35815 commit c4a9e4e

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)