Skip to content

Commit 42e878c

Browse files
authored
Apply suggestion from @chr-hertel
1 parent 76a4784 commit 42e878c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ make conformance-tests # requires Docker
4343
This project follows [Symfony's coding standards](https://symfony.com/doc/current/contributing/code/standards.html)
4444
and [backward compatibility promise](https://symfony.com/doc/current/contributing/code/bc.html). In short:
4545

46-
- Type hints on every parameter and return value.
47-
- Final classes by default — only leave a class non-final when it's deliberately designed for extension.
48-
- Prefer immutable value objects.
49-
- DocBlocks explain *why*, not *what* — the code and its types should already say what it does.
50-
5146
See [CLAUDE.md](CLAUDE.md) for a fuller tour of the codebase's architecture and layout.
5247

5348
## Tests

0 commit comments

Comments
 (0)