fix: corrige certains soucis avec les emails

This commit is contained in:
gcch 2025-11-10 18:18:43 +01:00
commit c6664a7597
16 changed files with 179 additions and 121 deletions

View file

@ -1,12 +1,22 @@
parameters:
level: 6
paths:
- web/app/themes/haiku-atelier-2024
scanDirectories:
- vendor
- web/app/plugins
- web/vendor
- web/wp
typeAliases:
InformationsProduitShop: 'array{id: int, nom: string, prix: string, photo_repos: string, photo_survol: string, url: string}'
InformationsVariation: 'array{id: int, titre: string, prix: string}'
parallel:
maximumNumberOfProcesses: 8
level: 6
paths:
- web/app/themes/haiku-atelier-2024
scanDirectories:
- vendor
- web/app
- web/vendor
- web/wp
scanFiles:
- .php-cs-fixer.dist.php
- web/index.php
- web/wp-config.php
excludePaths:
analyse:
- web/app/themes/la-fille-davril/vendor
analyseAndScan:
- web/app/themes/twentytwentyfour
- web/app/languages