mirror of
https://github.com/symfony/ai.git
synced 2026-03-23 23:42:18 +01:00
[Platform] Fixing instructions that contradict PHP CS fixer
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user