Skip to content

Commit 526854a

Browse files
committed
claude-easy-fixes - do not cause name collision
1 parent c39f3ec commit 526854a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/claude-easy-fixes.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ jobs:
196196
3. Run PHPStan self-analysis: make phpstan
197197
4. Fix any failures that come up
198198
5. Run make cs-fix to fix any coding standard violations
199-
6. Update CLAUDE.md with a few concise points about what new you learnt about the codebase
199+
6. Run make name-collision and fix violations - add different tests in unique namespaces. If the function and class declarations are exactly the same, you can reuse them across files instead of duplicating them.
200+
7. Update CLAUDE.md with a few concise points about what new you learnt about the codebase
200201
201202
Do not create a branch, push, or create a PR - this will be handled automatically.
202203

0 commit comments

Comments
 (0)