Base Symfony Setup

This commit is contained in:
2024-12-29 16:18:38 +01:00
parent 628bfa22f0
commit d337ce86fb
31 changed files with 5504 additions and 5 deletions

8
phpstan.dist.neon Normal file
View File

@@ -0,0 +1,8 @@
parameters:
level: 6
paths:
- bin/
- config/
- public/
- src/
- tests/