diff --git a/CLAUDE.md b/CLAUDE.md index 004a224..0c7f015 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -111,6 +111,21 @@ Services are autowired and autoconfigured via `src/Resources/config/services.php ## Code Style +- Every PHP file must include the license header between `declare(strict_types=1);` and `namespace`: + ```php +