[Platform] Fixing instructions that contradict PHP CS fixer

This commit is contained in:
Paul Clegg
2026-02-20 20:07:08 +00:00
parent 28cca839d9
commit 9a5ab2e538
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ Each component uses:
- Do not use void return type for testcase methods
- Always run PHP-CS-Fixer to ensure proper code style
- Always add a newline at the end of the file
- Prefer self::assert* over $this->assert* in tests
- Prefer $this->assert* over self::assert* in tests
- Never add Claude as co-author in the commits
- Add @author tags to newly introduced classes by the user
- Prefer classic if statements over short-circuit evaluation when possible

View File

@@ -115,7 +115,7 @@ Each component uses:
- Do not use void return type for testcase methods
- Always run PHP-CS-Fixer to ensure proper code style
- Always add a newline at the end of the file
- Prefer self::assert* over $this->assert* in tests
- Prefer $this->assert* over self::assert* in tests
- Never add Claude as co-author in the commits
- Add @author tags to newly introduced classes by the user
- Prefer classic if statements over short-circuit evaluation when possible