You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/claude-easy-fixes.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -196,7 +196,8 @@ jobs:
196
196
3. Run PHPStan self-analysis: make phpstan
197
197
4. Fix any failures that come up
198
198
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
200
201
201
202
Do not create a branch, push, or create a PR - this will be handled automatically.
0 commit comments