There was an error while loading. Please reload this page.
1 parent 76a4784 commit 42e878cCopy full SHA for 42e878c
1 file changed
CONTRIBUTING.md
@@ -43,11 +43,6 @@ make conformance-tests # requires Docker
43
This project follows [Symfony's coding standards](https://symfony.com/doc/current/contributing/code/standards.html)
44
and [backward compatibility promise](https://symfony.com/doc/current/contributing/code/bc.html). In short:
45
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
-
51
See [CLAUDE.md](CLAUDE.md) for a fuller tour of the codebase's architecture and layout.
52
53
## Tests
0 commit comments